Class: Aws::IoTEvents::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
The resource was not found.
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.
2635 2636 2637 2638 2639 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2635 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |