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)


7944
7945
7946
7947
7948
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7944

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