Class: Aws::CognitoIdentityProvider::Types::InvalidUserPoolConfigurationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when the user pool configuration is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the user pool configuration is not valid.

Returns:

  • (String)


5968
5969
5970
5971
5972
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5968

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