Class: Aws::Mobile::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
Credentials of the caller are insufficient to authorize the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The Exception Error Message.
Instance Attribute Details
#message ⇒ String
The Exception Error Message.
610 611 612 613 614 |
# File 'lib/aws-sdk-mobile/types.rb', line 610 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |