Class: Aws::CognitoIdentityProvider::Types::UserNotConfirmedException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message returned when a user isn't confirmed successfully.

Returns:

  • (String)


13722
13723
13724
13725
13726
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 13722

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