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