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
- Struct
- Aws::ServiceDiscovery::Types::OperationSummary
- 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
-
#id ⇒ String
The ID for an operation.
-
#status ⇒ String
The status of the operation.
Instance Attribute Details
#id ⇒ String
The ID for an operation.
#status ⇒ String
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