Class: Aws::IoT1ClickDevicesService::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
500.
-
#message ⇒ String
The 500 error message returned by the web server.
Instance Attribute Details
#code ⇒ String
500
304 305 306 307 308 309 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 304 class InternalFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The 500 error message returned by the web server.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 304 class InternalFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |