Class: Aws::AppRegistry::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
The specified resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-appregistry/types.rb', line 1249 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |