SupplyChain / Client / get_bill_of_materials_import_job
get_bill_of_materials_import_job#
- SupplyChain.Client.get_bill_of_materials_import_job(**kwargs)#
Get status and details of a BillOfMaterialsImportJob.
See also: AWS API Documentation
Request Syntax
response = client.get_bill_of_materials_import_job( instanceId='string', jobId='string' )
- Parameters:
instanceId (string) –
[REQUIRED]
The AWS Supply Chain instance identifier.
jobId (string) –
[REQUIRED]
The BillOfMaterialsImportJob identifier.
- Return type:
dict
- Returns:
Response Syntax
{ 'job': { 'instanceId': 'string', 'jobId': 'string', 'status': 'NEW'|'FAILED'|'IN_PROGRESS'|'QUEUED'|'SUCCESS', 's3uri': 'string', 'message': 'string' } }
Response Structure
(dict) –
The response parameters for GetBillOfMaterialsImportJob.
job (dict) –
The BillOfMaterialsImportJob.
instanceId (string) –
The BillOfMaterialsImportJob instanceId.
jobId (string) –
The BillOfMaterialsImportJob jobId.
status (string) –
The BillOfMaterialsImportJob ConfigurationJobStatus.
s3uri (string) –
The S3 URI from which the CSV is read.
message (string) –
When the BillOfMaterialsImportJob has reached a terminal state, there will be a message.
Exceptions