Class | Description |
---|---|
AssumedRoleUser |
The identifiers for the temporary security credentials that the operation returns.
|
AssumeRoleRequest | |
AssumeRoleResponse |
Contains the response to a successful AssumeRole request, including temporary AWS credentials that can be used
to make AWS requests.
|
AssumeRoleWithSamlRequest | |
AssumeRoleWithSamlResponse |
Contains the response to a successful AssumeRoleWithSAML request, including temporary AWS credentials that can
be used to make AWS requests.
|
AssumeRoleWithWebIdentityRequest | |
AssumeRoleWithWebIdentityResponse |
Contains the response to a successful AssumeRoleWithWebIdentity request, including temporary AWS credentials
that can be used to make AWS requests.
|
Credentials |
AWS credentials for API authentication.
|
DecodeAuthorizationMessageRequest | |
DecodeAuthorizationMessageResponse |
A document that contains additional information about the authorization status of a request from an encoded message
that is returned in response to an AWS request.
|
FederatedUser |
Identifiers for the federated user that is associated with the credentials.
|
GetAccessKeyInfoRequest | |
GetAccessKeyInfoResponse | |
GetCallerIdentityRequest | |
GetCallerIdentityResponse |
Contains the response to a successful GetCallerIdentity request, including information about the entity making
the request.
|
GetFederationTokenRequest | |
GetFederationTokenResponse |
Contains the response to a successful GetFederationToken request, including temporary AWS credentials that can
be used to make AWS requests.
|
GetSessionTokenRequest | |
GetSessionTokenResponse |
Contains the response to a successful GetSessionToken request, including temporary AWS credentials that can be
used to make AWS requests.
|
PolicyDescriptorType |
A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user
session.
|
StsException.BuilderImpl | |
StsRequest | |
StsRequest.BuilderImpl | |
StsResponse | |
StsResponse.BuilderImpl | |
StsResponseMetadata |
Exception | Description |
---|---|
ExpiredTokenException |
The web identity token that was passed is expired or is not valid.
|
IdpCommunicationErrorException |
The request could not be fulfilled because the non-AWS identity provider (IDP) that was asked to verify the incoming
identity token could not be reached.
|
IdpRejectedClaimException |
The identity provider (IdP) reported that authentication failed.
|
InvalidAuthorizationMessageException |
This error is returned if the message passed to
DecodeAuthorizationMessage was invalid. |
InvalidIdentityTokenException |
The web identity token that was passed could not be validated by AWS.
|
MalformedPolicyDocumentException |
The request was rejected because the policy document was malformed.
|
PackedPolicyTooLargeException |
The request was rejected because the policy document was too large.
|
RegionDisabledException |
STS is not activated in the requested region for the account that is being asked to generate credentials.
|
StsException |
Copyright © 2019. All rights reserved.