Class: Aws::CognitoIdentityProvider::Types::UnsupportedUserStateException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

The request failed because the user is in an unsupported state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the user is in an unsupported state.

Returns:

  • (String)


8688
8689
8690
8691
8692
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8688

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