Skip to content

Cognito Identity  >  Errors  >  InvalidIdentityPoolConfigurationException

InvalidIdentityPoolConfigurationException

Error Class

InvalidIdentityPoolConfigurationException dataclass

Bases: ServiceError

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.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'