Class: Aws::Imagebuilder::Types::ResourceDependencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ResourceDependencyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
You have attempted to mutate or delete a resource with a dependency that prohibits this action. See the error message for more details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6994 6995 6996 6997 6998 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6994 class ResourceDependencyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |