This operation returns the current status of an operation that is not completed.
route53domains_get_operation_detail(OperationId)[required] The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.
A list with the following syntax:
list(
OperationId = "string",
Status = "SUBMITTED"|"IN_PROGRESS"|"ERROR"|"SUCCESSFUL"|"FAILED",
Message = "string",
DomainName = "string",
Type = "REGISTER_DOMAIN"|"DELETE_DOMAIN"|"TRANSFER_IN_DOMAIN"|"UPDATE_DOMAIN_CONTACT"|"UPDATE_NAMESERVER"|"CHANGE_PRIVACY_PROTECTION"|"DOMAIN_LOCK"|"ENABLE_AUTORENEW"|"DISABLE_AUTORENEW"|"ADD_DNSSEC"|"REMOVE_DNSSEC"|"EXPIRE_DOMAIN"|"TRANSFER_OUT_DOMAIN"|"CHANGE_DOMAIN_OWNER"|"RENEW_DOMAIN"|"PUSH_DOMAIN"|"INTERNAL_TRANSFER_OUT_DOMAIN"|"INTERNAL_TRANSFER_IN_DOMAIN",
SubmittedDate = as.POSIXct(
"2015-01-01"
)
)
svc$get_operation_detail( OperationId = "string" )