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)


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

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