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)


8521
8522
8523
8524
8525
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8521

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