10 lines
265 B
PHP
10 lines
265 B
PHP
<?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 {}
|