Class: Aws::OpsWorks::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-opsworks/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.
5320 5321 5322 5323 5324 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5320 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |