Class LicenseManagerException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\LicenseManager\Exception\LicenseManagerException
- Namespace: Aws\LicenseManager\Exception
- Located at LicenseManager/Exception/LicenseManagerException.php
Represents an error interacting with the AWS License Manager 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>', ]
AuthorizationException
[ 'Message' => '<string>', ]
Description
The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
Members
ConflictException
[ 'Message' => '<string>', ]
Description
There was a conflict processing the request. Try your request again.
Members
EntitlementNotAllowedException
[ 'Message' => '<string>', ]
FailedDependencyException
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
A dependency required to run the API is missing.
Members
FilterLimitExceededException
[ 'Message' => '<string>', ]
Description
The request uses too many filters or too many filter values.
Members
InvalidParameterValueException
[ 'Message' => '<string>', ]
InvalidResourceStateException
[ 'Message' => '<string>', ]
Description
License Manager cannot allocate a license to a resource because of its state.
For example, you cannot allocate a license to an instance in the process of shutting down.
Members
LicenseUsageException
[ 'Message' => '<string>', ]
Description
You do not have enough licenses available to support a new resource launch.
Members
NoEntitlementsAllowedException
[ 'Message' => '<string>', ]
Description
There are no entitlements found for this license, or the entitlement maximum count is reached.
Members
RateLimitExceededException
[ 'Message' => '<string>', ]
Description
Too many requests have been submitted. Try again after a brief wait.
Members
RedirectException
[ 'Location' => '<string>', 'Message' => '<string>', ]
Description
This is not the correct Region for the resource. Try again.
Members
ResourceLimitExceededException
[ 'Message' => '<string>', ]
ResourceNotFoundException
[ 'Message' => '<string>', ]
ServerInternalException
[ 'Message' => '<string>', ]
UnsupportedDigitalSignatureMethodException
[ 'Message' => '<string>', ]
Description
The digital signature method is unsupported. Try your request again.
Members
ValidationException
[ 'Message' => '<string>', ]