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.
16264 16265 16266 16267 16268 |
# File 'lib/aws-sdk-iot/types.rb', line 16264 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |