Class: Aws::Honeycode::Types::DescribeTableDataImportJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::DescribeTableDataImportJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
If job status is failed, error code to understand reason for the failure.
-
#job_metadata ⇒ Types::TableDataImportJobMetadata
The metadata about the job that was submitted for import.
-
#job_status ⇒ String
The current status of the import job.
-
#message ⇒ String
A message providing more details about the current status of the import job.
Instance Attribute Details
#error_code ⇒ String
If job status is failed, error code to understand reason for the failure.
642 643 644 645 646 647 648 649 |
# File 'lib/aws-sdk-honeycode/types.rb', line 642 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata, :error_code) SENSITIVE = [] include Aws::Structure end |
#job_metadata ⇒ Types::TableDataImportJobMetadata
The metadata about the job that was submitted for import.
642 643 644 645 646 647 648 649 |
# File 'lib/aws-sdk-honeycode/types.rb', line 642 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata, :error_code) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The current status of the import job.
642 643 644 645 646 647 648 649 |
# File 'lib/aws-sdk-honeycode/types.rb', line 642 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message providing more details about the current status of the import job.
642 643 644 645 646 647 648 649 |
# File 'lib/aws-sdk-honeycode/types.rb', line 642 class DescribeTableDataImportJobResult < Struct.new( :job_status, :message, :job_metadata, :error_code) SENSITIVE = [] include Aws::Structure end |