Class: Aws::CognitoIdentityProvider::Types::UserNotConfirmedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserNotConfirmedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when a user isn’t confirmed successfully.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when a user isn’t confirmed successfully.
Instance Attribute Details
#message ⇒ String
The message returned when a user isn’t confirmed successfully.
9982 9983 9984 9985 9986 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9982 class UserNotConfirmedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |