status property

OperationStatus? status
final

The status of the operation. Values include the following:

  • SUBMITTED: This is the initial state immediately after you submit a request.
  • PENDING: AWS Cloud Map is performing the operation.
  • SUCCESS: The operation succeeded.
  • FAIL: The operation failed. For the failure reason, see ErrorMessage.

Implementation

final OperationStatus? status;