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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securitylake/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 UpdateDataLakeor DeleteDataLake API request which failed.



985
986
987
988
989
990
991
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 985

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)


985
986
987
988
989
990
991
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 985

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)


985
986
987
988
989
990
991
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 985

class DataLakeUpdateStatus < Struct.new(
  :exception,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end