Class MediaPackageV2Exception
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\MediaPackageV2\Exception\MediaPackageV2Exception
- Namespace: Aws\MediaPackageV2\Exception
- Located at MediaPackageV2/Exception/MediaPackageV2Exception.php
Represents an error interacting with the AWS Elemental MediaPackage v2 service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
AccessDeniedException
[ 'Message' => '<string>', ]
Description
You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
Members
- Message
-
- Type: string
ConflictException
[ 'ConflictExceptionType' => 'RESOURCE_IN_USE|RESOURCE_ALREADY_EXISTS|IDEMPOTENT_PARAMETER_MISMATCH|CONFLICTING_OPERATION', 'Message' => '<string>', ]
Description
Updating or deleting this resource can cause an inconsistent state.
Members
- ConflictExceptionType
-
- Type: string
The type of ConflictException.
- Message
-
- Type: string
InternalServerException
[ 'Message' => '<string>', ]
Description
Indicates that an error from the service occurred while trying to process a request.
Members
- Message
-
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', 'ResourceTypeNotFound' => 'CHANNEL_GROUP|CHANNEL|ORIGIN_ENDPOINT', ]
Description
The specified resource doesn't exist.
Members
- Message
-
- Type: string
- ResourceTypeNotFound
-
- Type: string
The specified resource type wasn't found.
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
Description
The request would cause a service quota to be exceeded.
Members
- Message
-
- Type: string
ThrottlingException
[ 'Message' => '<string>', ]
Description
The request throughput limit was exceeded.
Members
- Message
-
- Type: string
ValidationException
[ 'Message' => '<string>', 'ValidationExceptionType' => 'CONTAINER_TYPE_IMMUTABLE|INVALID_PAGINATION_TOKEN|INVALID_PAGINATION_MAX_RESULTS|INVALID_POLICY|INVALID_ROLE_ARN|MANIFEST_NAME_COLLISION|ENCRYPTION_METHOD_CONTAINER_TYPE_MISMATCH|CENC_IV_INCOMPATIBLE|ENCRYPTION_CONTRACT_WITHOUT_AUDIO_RENDITION_INCOMPATIBLE|ENCRYPTION_CONTRACT_UNENCRYPTED|ENCRYPTION_CONTRACT_SHARED|NUM_MANIFESTS_LOW|NUM_MANIFESTS_HIGH|DRM_SYSTEMS_ENCRYPTION_METHOD_INCOMPATIBLE|ROLE_ARN_NOT_ASSUMABLE|ROLE_ARN_LENGTH_OUT_OF_RANGE|ROLE_ARN_INVALID_FORMAT|URL_INVALID|URL_SCHEME|URL_USER_INFO|URL_PORT|URL_UNKNOWN_HOST|URL_LOCAL_ADDRESS|URL_LOOPBACK_ADDRESS|URL_LINK_LOCAL_ADDRESS|URL_MULTICAST_ADDRESS|MEMBER_INVALID|MEMBER_MISSING|MEMBER_MIN_VALUE|MEMBER_MAX_VALUE|MEMBER_MIN_LENGTH|MEMBER_MAX_LENGTH|MEMBER_INVALID_ENUM_VALUE|MEMBER_DOES_NOT_MATCH_PATTERN', ]
Description
The input failed to meet the constraints specified by the AWS service.
Members
- Message
-
- Type: string
- ValidationExceptionType
-
- Type: string
The type of ValidationException.