Class: Aws::CognitoIdentityProvider::Types::UnsupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UnsupportedOperationException
- 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
#message ⇒ String
8658 8659 8660 8661 8662 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8658 class UnsupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |