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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon SageMaker Service** service.
 */
class SageMakerException extends AwsException {}