- <?php
- namespace Aws\KinesisVideoArchivedMedia\Exception;
- use Aws\Exception\AwsException;
- /**
- * Represents an error interacting with the **Amazon Kinesis Video Streams Archived Media** service.
- */
- class KinesisVideoArchivedMediaException extends AwsException {}
|