Class: Aws::SupplyChain::Types::DataIntegrationEventDatasetLoadExecutionDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb

Overview

The target dataset load execution details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The failure message (if any) of failed event load execution to dataset.

Returns:

  • (String)


425
426
427
428
429
430
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 425

class DataIntegrationEventDatasetLoadExecutionDetails < Struct.new(
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The event load execution status to target dataset.

Returns:

  • (String)


425
426
427
428
429
430
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 425

class DataIntegrationEventDatasetLoadExecutionDetails < Struct.new(
  :status,
  :message)
  SENSITIVE = []
  include Aws::Structure
end