Get Data Automation Status
bedrockdataautomationruntime_get_data_automation_status | R Documentation |
API used to get data automation status¶
Description¶
API used to get data automation status.
Usage¶
Arguments¶
invocationArn
[required] Invocation arn.
Value¶
A list with the following syntax:
list(
status = "Created"|"InProgress"|"Success"|"ServiceError"|"ClientError",
errorType = "string",
errorMessage = "string",
outputConfiguration = list(
s3Uri = "string"
)
)