Class: Aws::CognitoIdentity::Types::InvalidIdentityPoolConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::InvalidIdentityPoolConfigurationException
- Defined in:
- gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb
Overview
If you provided authentication information in the request, the identity pool has no authenticated role configured, or STS returned an error response to the request to assume the authenticated role from the identity pool. If you provided no authentication information in the request, the identity pool has no unauthenticated role configured, or STS returned an error response to the request to assume the unauthenticated role from the identity pool.
Your role trust policy must grant AssumeRoleWithWebIdentity
permissions to cognito-identity.amazonaws.com
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned for an
InvalidIdentityPoolConfigurationException
.
Instance Attribute Details
#message ⇒ String
The message returned for an
InvalidIdentityPoolConfigurationException
740 741 742 743 744 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 740 class InvalidIdentityPoolConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |