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
7095 7096 7097 7098 7099 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7095 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |