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
3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3158 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
3158 3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-appconfig/types.rb', line 3158 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |