Class: Aws::CognitoIdentity::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::NotAuthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Thrown when a user is not authorized to access the requested resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned by a NotAuthorizedException.
Instance Attribute Details
#message ⇒ String
The message returned by a NotAuthorizedException
1050 1051 1052 1053 1054 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 1050 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |