newdesigngestionnaire/vendor/aws/aws-sdk-php/src/SageMakerMetrics/Exception/SageMakerMetricsException.php

10 lines
236 B
PHP
Executable File

<?php
namespace Aws\SageMakerMetrics\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon SageMaker Metrics Service** service.
*/
class SageMakerMetricsException extends AwsException {}