Class: Aws::IoTSiteWise::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The requested resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
8412 8413 8414 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8412 def event_type @event_type end |
#message ⇒ String
8412 8413 8414 8415 8416 8417 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8412 class ResourceNotFoundException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |