Class: Aws::IoTJobsDataPlane::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
The specified resource does not exist.
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.
344 345 346 347 348 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 344 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |