Class: Aws::CognitoIdentityProvider::Types::InvalidUserPoolConfigurationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidUserPoolConfigurationException
- 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
-
#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.
5968 5969 5970 5971 5972 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5968 class InvalidUserPoolConfigurationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |