AutorÃa | Ultima modificación | Ver Log |
<?phpnamespace Aws\ElasticInference\Exception;use Aws\Exception\AwsException;/*** Represents an error interacting with the **Amazon Elastic Inference** service.*/class ElasticInferenceException extends AwsException {}