Class StsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Sts\Exception\StsException
- Namespace: Aws\Sts\Exception
- Located at Sts/Exception/StsException.php
AWS Security Token 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
ExpiredTokenException
[ 'message' => '<string>', ]
Description
The web identity token that was passed is expired or is not valid. Get a new identity token from the identity provider and then retry the request.
Members
- message
-
- Type: string
IDPCommunicationErrorException
[ 'message' => '<string>', ]
Description
The request could not be fulfilled because the identity provider (IDP) that was asked to verify the incoming identity token could not be reached. This is often a transient error caused by network conditions. Retry the request a limited number of times so that you don't exceed the request rate. If the error persists, the identity provider might be down or not responding.
Members
- message
-
- Type: string
IDPRejectedClaimException
[ 'message' => '<string>', ]
Description
The identity provider (IdP) reported that authentication failed. This might be because the claim is invalid.
If this error is returned for the AssumeRoleWithWebIdentity
operation, it can also mean that the claim has expired or has been explicitly revoked.
Members
- message
-
- Type: string
InvalidAuthorizationMessageException
[ 'message' => '<string>', ]
Description
The error returned if the message passed to DecodeAuthorizationMessage
was invalid. This can happen if the token contains invalid characters, such as linebreaks.
Members
- message
-
- Type: string
InvalidIdentityTokenException
[ 'message' => '<string>', ]
Description
The web identity token that was passed could not be validated by Amazon Web Services. Get a new identity token from the identity provider and then retry the request.
Members
- message
-
- Type: string
MalformedPolicyDocumentException
[ 'message' => '<string>', ]
Description
The request was rejected because the policy document was malformed. The error message describes the specific error.
Members
- message
-
- Type: string
PackedPolicyTooLargeException
[ 'message' => '<string>', ]
Description
The request was rejected because the total packed size of the session policies and session tags combined was too large. An Amazon Web Services conversion compresses the session policy document, session policy ARNs, and session tags into a packed binary format that has a separate limit. The error message indicates by percentage how close the policies and tags are to the upper size limit. For more information, see Passing Session Tags in STS in the IAM User Guide.
You could receive this error even though you meet other defined session policy and session tag limits. For more information, see IAM and STS Entity Character Limits in the IAM User Guide.
Members
- message
-
- Type: string
RegionDisabledException
[ 'message' => '<string>', ]
Description
STS is not activated in the requested region for the account that is being asked to generate credentials. The account administrator must use the IAM console to activate STS in that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region in the IAM User Guide.
Members
- message
-
- Type: string