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.
15821 15822 15823 15824 15825 |
# File 'lib/aws-sdk-iot/types.rb', line 15821 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |