Class: Aws::CognitoSync::Types::NotAuthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::NotAuthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/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.
840 841 842 843 844 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 840 class NotAuthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |