Class: Aws::IoT::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
You are not authorized to perform this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
15504 15505 15506 15507 15508 |
# File 'lib/aws-sdk-iot/types.rb', line 15504 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |