Class: Aws::CognitoIdentityProvider::Types::UnsupportedOperationException

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

Overview

Exception that is thrown when you attempt to perform an operation that isn’t enabled for the user pool client.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8493
8494
8495
8496
8497
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8493

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