Class: Aws::CognitoIdentity::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::NotAuthorizedException
- Defined in:
- gems/aws-sdk-cognitoidentity/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
1256 1257 1258 1259 1260 |
# File 'gems/aws-sdk-cognitoidentity/lib/aws-sdk-cognitoidentity/types.rb', line 1256 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |