Class GlacierException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Glacier\Exception\GlacierException
- Namespace: Aws\Glacier\Exception
- Located at Glacier/Exception/GlacierException.php
Represents an error interacting with the Amazon Glacier 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
InsufficientCapacityException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if there is insufficient capacity to process this expedited request. This error only applies to expedited retrievals and not to standard or bulk retrievals.
Members
- code
-
- Type: string
- message
-
- Type: string
- type
-
- Type: string
InvalidParameterValueException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if a parameter of the request is incorrectly specified.
Members
- code
-
- Type: string
400 Bad Request
- message
-
- Type: string
Returned if a parameter of the request is incorrectly specified.
- type
-
- Type: string
Client
LimitExceededException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if the request results in a vault or account limit being exceeded.
Members
- code
-
- Type: string
400 Bad Request
- message
-
- Type: string
Returned if the request results in a vault limit or tags limit being exceeded.
- type
-
- Type: string
Client
MissingParameterValueException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if a required header or parameter is missing from the request.
Members
- code
-
- Type: string
400 Bad Request
- message
-
- Type: string
Returned if no authentication data is found for the request.
- type
-
- Type: string
Client.
PolicyEnforcedException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if a retrieval job would exceed the current data policy's retrieval rate limit. For more information about data retrieval policies,
Members
- code
-
- Type: string
PolicyEnforcedException
- message
-
- Type: string
InitiateJob request denied by current data retrieval policy.
- type
-
- Type: string
Client
RequestTimeoutException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the upload.
Members
- code
-
- Type: string
408 Request Timeout
- message
-
- Type: string
Returned if, when uploading an archive, Amazon S3 Glacier times out while receiving the upload.
- type
-
- Type: string
Client
ResourceNotFoundException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.
Members
- code
-
- Type: string
404 Not Found
- message
-
- Type: string
Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.
- type
-
- Type: string
Client
ServiceUnavailableException
[ 'code' => '<string>', 'message' => '<string>', 'type' => '<string>', ]
Description
Returned if the service cannot complete the request.
Members
- code
-
- Type: string
500 Internal Server Error
- message
-
- Type: string
Returned if the service cannot complete the request.
- type
-
- Type: string
Server