Class: Aws::IoTDataPlane::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The caller isn’t authorized to make the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
88 89 90 91 92 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 88 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |