Class: Aws::SecurityLake::Types::DataLakeUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::DataLakeUpdateStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
The status of the last ‘UpdateDataLake` or `DeleteDataLake` API request. This is set to Completed after the configuration is updated, or removed if deletion of the data lake is successful.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exception ⇒ Types::DataLakeUpdateException
The details of the last ‘UpdateDataLake`or `DeleteDataLake` API request which failed.
-
#request_id ⇒ String
The unique ID for the last ‘UpdateDataLake` or `DeleteDataLake` API request.
-
#status ⇒ String
The status of the last ‘UpdateDataLake` or `DeleteDataLake` API request that was requested.
Instance Attribute Details
#exception ⇒ Types::DataLakeUpdateException
The details of the last ‘UpdateDataLake`or `DeleteDataLake` API request which failed.
991 992 993 994 995 996 997 |
# File 'lib/aws-sdk-securitylake/types.rb', line 991 class DataLakeUpdateStatus < Struct.new( :exception, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The unique ID for the last ‘UpdateDataLake` or `DeleteDataLake` API request.
991 992 993 994 995 996 997 |
# File 'lib/aws-sdk-securitylake/types.rb', line 991 class DataLakeUpdateStatus < Struct.new( :exception, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the last ‘UpdateDataLake` or `DeleteDataLake` API request that was requested.
991 992 993 994 995 996 997 |
# File 'lib/aws-sdk-securitylake/types.rb', line 991 class DataLakeUpdateStatus < Struct.new( :exception, :request_id, :status) SENSITIVE = [] include Aws::Structure end |