Class: Aws::IoTTwinMaker::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The resource wasn’t found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3388 3389 3390 3391 3392 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3388 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |