Class: Aws::DataZone::Types::FailureReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::FailureReason
- 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
-
#id ⇒ String
The identifier of the resource that failed to delete.
-
#message ⇒ String
The error message associated with the resource that failed to delete.
Instance Attribute Details
#id ⇒ String
The identifier of the resource that failed to delete.
8765 8766 8767 8768 8769 8770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8765 class FailureReason < Struct.new( :id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message associated with the resource that failed to delete.
8765 8766 8767 8768 8769 8770 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8765 class FailureReason < Struct.new( :id, :message) SENSITIVE = [] include Aws::Structure end |