Class: Aws::OpsWorksCM::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
The requested resource does not exist, or access was denied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error or informational message that can contain more detail about problems locating or accessing a resource.
Instance Attribute Details
#message ⇒ String
Error or informational message that can contain more detail about problems locating or accessing a resource.
1090 1091 1092 1093 1094 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1090 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |