List Import Failures
cloudtrail_list_import_failures | R Documentation |
Returns a list of failures for the specified import¶
Description¶
Returns a list of failures for the specified import.
Usage¶
Arguments¶
ImportId
[required] The ID of the import.
MaxResults
The maximum number of failures to display on a single page.
NextToken
A token you can use to get the next page of import failures.
Value¶
A list with the following syntax:
list(
Failures = list(
list(
Location = "string",
Status = "FAILED"|"RETRY"|"SUCCEEDED",
ErrorType = "string",
ErrorMessage = "string",
LastUpdatedTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)