Class RAMException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\RAM\Exception\RAMException
- Namespace: Aws\RAM\Exception
- Located at RAM/Exception/RAMException.php
Represents an error interacting with the AWS Resource Access 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
IdempotentParameterMismatchException
[ 'message' => '<string>', ]
Description
The client token input parameter was matched one used with a previous call to the operation, but at least one of the other input parameters is different from the previous call.
Members
InvalidClientTokenException
[ 'message' => '<string>', ]
InvalidMaxResultsException
[ 'message' => '<string>', ]
Description
The specified value for MaxResults
is not valid.
Members
InvalidNextTokenException
[ 'message' => '<string>', ]
Description
The specified value for NextToken
is not valid.
Members
InvalidParameterException
[ 'message' => '<string>', ]
InvalidResourceTypeException
[ 'message' => '<string>', ]
InvalidStateTransitionException
[ 'message' => '<string>', ]
MalformedArnException
[ 'message' => '<string>', ]
Description
The format of an Amazon Resource Name (ARN) is not valid.
Members
MissingRequiredParameterException
[ 'message' => '<string>', ]
OperationNotPermittedException
[ 'message' => '<string>', ]
ResourceArnNotFoundException
[ 'message' => '<string>', ]
Description
The specified Amazon Resource Name (ARN) was not found.
Members
ResourceShareInvitationAlreadyAcceptedException
[ 'message' => '<string>', ]
Description
The specified invitation was already accepted.
Members
ResourceShareInvitationAlreadyRejectedException
[ 'message' => '<string>', ]
Description
The specified invitation was already rejected.
Members
ResourceShareInvitationArnNotFoundException
[ 'message' => '<string>', ]
Description
The specified Amazon Resource Name (ARN) for an invitation was not found.
Members
ResourceShareInvitationExpiredException
[ 'message' => '<string>', ]
ResourceShareLimitExceededException
[ 'message' => '<string>', ]
Description
This request would exceed the limit for resource shares for your account.
Members
ServerInternalException
[ 'message' => '<string>', ]
Description
The service could not respond to the request due to an internal problem.
Members
ServiceUnavailableException
[ 'message' => '<string>', ]
TagLimitExceededException
[ 'message' => '<string>', ]
Description
This request would exceed the limit for tags for your account.
Members
TagPolicyViolationException
[ 'message' => '<string>', ]
Description
The specified tag key is a reserved word and can't be used.
Members
ThrottlingException
[ 'message' => '<string>', ]
Description
You exceeded the rate at which you are allowed to perform this operation. Please try again later.
Members
UnknownResourceException
[ 'message' => '<string>', ]