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)


5821
5822
5823
5824
5825
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5821

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