Class: Aws::Imagebuilder::Types::ResourceDependencyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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

#messageString

Returns:

  • (String)


6994
6995
6996
6997
6998
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 6994

class ResourceDependencyException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end