Files
faveo/vendor/aws/aws-sdk-php/src/SageMakerGeospatial/Exception/SageMakerGeospatialException.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
250 B
PHP

<?php
namespace Aws\SageMakerGeospatial\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon SageMaker geospatial capabilities** service.
*/
class SageMakerGeospatialException extends AwsException {}