Class: Aws::AppConfig::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
The requested resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2327 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2327 2328 2329 2330 2331 2332 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2327 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |