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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


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

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