Class: Aws::CognitoIdentity::Types::InvalidIdentityPoolConfigurationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb

Overview

Thrown if the identity pool has no role associated for the given auth type (auth/unauth) or if the AssumeRole fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned for an InvalidIdentityPoolConfigurationException

Returns:

  • (String)


731
732
733
734
735
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 731

class InvalidIdentityPoolConfigurationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end