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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7067
7068
7069
7070
7071
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7067

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