Class: Aws::IoT1ClickDevicesService::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
404.
-
#message ⇒ String
The requested device could not be found.
Instance Attribute Details
#code ⇒ String
404
524 525 526 527 528 529 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 524 class ResourceNotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The requested device could not be found.
524 525 526 527 528 529 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 524 class ResourceNotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |