summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/SageMakerGeospatial/Exception/SageMakerGeospatialException.php
blob: 25653c455e134e00e0ada9e51731cc815cc16586 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\SageMakerGeospatial\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon SageMaker geospatial capabilities** service.
 */
class SageMakerGeospatialException extends AwsException {}