Class: Aws::SecurityLake::Types::DataLakeUpdateStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#exceptionTypes::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_idString

The unique ID for the last ‘UpdateDataLake` or `DeleteDataLake` API request.

Returns:

  • (String)


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

#statusString

The status of the last ‘UpdateDataLake` or `DeleteDataLake` API request that was requested.

Returns:

  • (String)


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