Class: Aws::IoTThingsGraph::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTThingsGraph::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotthingsgraph/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
993 994 995 996 997 |
# File 'lib/aws-sdk-iotthingsgraph/types.rb', line 993 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |