Class: Aws::SupplyChain::Types::DataIntegrationEventDatasetLoadExecutionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataIntegrationEventDatasetLoadExecutionDetails
- 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
-
#message ⇒ String
The failure message (if any) of failed event load execution to dataset.
-
#status ⇒ String
The event load execution status to target dataset.
Instance Attribute Details
#message ⇒ String
The failure message (if any) of failed event load execution to dataset.
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 |
#status ⇒ String
The event load execution status to target dataset.
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 |