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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon SageMaker Feature Store Runtime** service.
 */
class SageMakerFeatureStoreRuntimeException extends AwsException {}