Class: Aws::CognitoIdentityProvider::Types::InvalidUserPoolConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidUserPoolConfigurationException
- 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
-
#message ⇒ String
The message returned when the user pool configuration is not valid.
Instance Attribute Details
#message ⇒ String
The message returned when the user pool configuration is not valid.
7262 7263 7264 7265 7266 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7262 class InvalidUserPoolConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |