Class SupportException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Support\Exception\SupportException
- Namespace: Aws\Support\Exception
- Located at Support/Exception/SupportException.php
AWS Support service exception.
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
AttachmentIdNotFound
[ 'message' => '<string>', ]
Description
An attachment with the specified ID could not be found.
Members
AttachmentLimitExceeded
[ 'message' => '<string>', ]
Description
The limit for the number of attachment sets created in a short period of time has been exceeded.
Members
AttachmentSetExpired
[ 'message' => '<string>', ]
Description
The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
Members
AttachmentSetIdNotFound
[ 'message' => '<string>', ]
Description
An attachment set with the specified ID could not be found.
Members
AttachmentSetSizeLimitExceeded
[ 'message' => '<string>', ]
Description
A limit for the size of an attachment set has been exceeded. The limits are three attachments and 5 MB per attachment.
Members
CaseCreationLimitExceeded
[ 'message' => '<string>', ]
Description
The case creation limit for the account has been exceeded.
Members
CaseIdNotFound
[ 'message' => '<string>', ]
Description
The requested caseId
could not be located.
Members
DescribeAttachmentLimitExceeded
[ 'message' => '<string>', ]
Description
The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
Members
- message
-
- Type: string
The limit for the number of DescribeAttachment requests in a short period of time has been exceeded.
InternalServerError
[ 'message' => '<string>', ]