Class InvalidIdentityPoolConfigurationException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InvalidIdentityPoolConfigurationException.Builder,InvalidIdentityPoolConfigurationException>

@Generated("software.amazon.awssdk:codegen") public final class InvalidIdentityPoolConfigurationException extends CognitoIdentityException implements ToCopyableBuilder<InvalidIdentityPoolConfigurationException.Builder,InvalidIdentityPoolConfigurationException>

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.

See Also: