Class: Aws::IoTDataPlane::Types::UnauthorizedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::UnauthorizedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/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.
428 429 430 431 432 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 428 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |