Class signerException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\signer\Exception\signerException
- Namespace: Aws\signer\Exception
- Located at signer/Exception/signerException.php
Represents an error interacting with the AWS Signer 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AccessDeniedException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
You do not have sufficient access to perform this action.
Members
- code
-
- Type: string
- message
-
- Type: string
BadRequestException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
The request contains invalid parameters for the ARN or tags. This exception also occurs when you call a tagging API on a cancelled signing profile.
Members
- code
-
- Type: string
- message
-
- Type: string
ConflictException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
The resource encountered a conflicting state.
Members
- code
-
- Type: string
- message
-
- Type: string
InternalServiceErrorException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
An internal error occurred.
Members
- code
-
- Type: string
- message
-
- Type: string
NotFoundException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
The signing profile was not found.
Members
- code
-
- Type: string
- message
-
- Type: string
ResourceNotFoundException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
A specified resource could not be found.
Members
- code
-
- Type: string
- message
-
- Type: string
ServiceLimitExceededException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
The client is making a request that exceeds service limits.
Members
- code
-
- Type: string
- message
-
- Type: string
ThrottlingException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
The request was denied due to request throttling.
Instead of this error, TooManyRequestsException
should be used.
Members
- code
-
- Type: string
- message
-
- Type: string
TooManyRequestsException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
The allowed number of job-signing requests has been exceeded.
This error supersedes the error ThrottlingException
.
Members
- code
-
- Type: string
- message
-
- Type: string
ValidationException
[ 'code' => '<string>', 'message' => '<string>', ]
Description
You signing certificate could not be validated.
Members
- code
-
- Type: string
- message
-
- Type: string