You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceDiscovery::Types::OperationSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A complex type that contains information about an operation that matches the criteria that you specified in a ListOperations request.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID for an operation.

Returns:

  • (String)

    The ID for an operation.

#statusString

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.

    Possible values:

    • SUBMITTED
    • PENDING
    • SUCCESS
    • FAIL

Returns:

  • (String)

    The status of the operation.