Class: Aws::Personalize::Types::DescribeDataDeletionJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDataDeletionJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_deletion_job ⇒ Types::DataDeletionJob
Information about the data deletion job, including the status.
Instance Attribute Details
#data_deletion_job ⇒ Types::DataDeletionJob
Information about the data deletion job, including the status.
The status is one of the following values:
-
PENDING
-
IN_PROGRESS
-
COMPLETED
-
FAILED
3041 3042 3043 3044 3045 |
# File 'lib/aws-sdk-personalize/types.rb', line 3041 class DescribeDataDeletionJobResponse < Struct.new( :data_deletion_job) SENSITIVE = [] include Aws::Structure end |