<?phpnamespace AwsMediaStoreDataException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Elemental MediaStore Data Plane** service. */class MediaStoreDataException extends AwsException {}