Class: Aws::Imagebuilder::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
At least one of the resources referenced by your request does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7823 7824 7825 7826 7827 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7823 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |