Class: Aws::IoT1ClickDevicesService::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
403.
-
#message ⇒ String
The 403 error message returned by the web server.
Instance Attribute Details
#code ⇒ String
403
242 243 244 245 246 247 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 242 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The 403 error message returned by the web server.
242 243 244 245 246 247 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 242 class ForbiddenException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |