10 lines
236 B
PHP
Executable File
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 {}
|