Class: Aws::IoTDataPlane::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/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.
363 364 365 366 367 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 363 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |