aws.mgn.list_import_errors
Example SQL Queries
SELECT * FROMaws.mgn.list_import_errorsWHERE"import_id" = 'VALUE';Description
List import errors.
Table Definition
| Column Name | Column Data Type |
|---|---|
| import_id Required Input Column List import errors request import id. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| error_data Import task error data. | STRUCT( |
Show child fields
| |
| error_date_time Import task error datetime. | VARCHAR |
| error_type Import task error type. | VARCHAR |