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)


8401
8402
8403
8404
8405
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8401

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