AutorÃa | Ultima modificación | Ver Log |
<?phpnamespace Aws\RedshiftServerless\Exception;use Aws\Exception\AwsException;/*** Represents an error interacting with the **Redshift Serverless** service.*/class RedshiftServerlessException extends AwsException {}