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

use Aws\Exception\AwsException;

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