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.
264 265 266 267 268 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 264 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |