Class: Aws::DataZone::Types::FailureReason

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The details of a resource deletion failure during a cascade deletion of the domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the resource that failed to delete.

Returns:

  • (String)


8755
8756
8757
8758
8759
8760
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8755

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

#messageString

The error message associated with the resource that failed to delete.

Returns:

  • (String)


8755
8756
8757
8758
8759
8760
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8755

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