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.
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 |
#message ⇒ String
The error message associated with the resource that failed to delete.
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 |