Class: Aws::CognitoIdentityProvider::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when you don't have sufficient permissions to perform the requested operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
21 22 23 24 25 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |