Class: Aws::OpsWorks::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Indicates that a resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
Instance Attribute Details
#message ⇒ String
The exception message.
4574 4575 4576 4577 4578 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4574 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |