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
2330 2331 2332 2333 2334 2335 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2330 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
2330 2331 2332 2333 2334 2335 |
# File 'lib/aws-sdk-appconfig/types.rb', line 2330 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |