Operation
A complex type that contains information about a specified operation.
Contents
- CreateDate
- 
               The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDateis accurate to milliseconds. For example, the value1516925490.087represents Friday, January 26, 2018 12:11:30.087 AM.Type: Timestamp Required: No 
- ErrorCode
- 
               The code associated with ErrorMessage. Values forErrorCodeinclude the following:- 
                     ACCESS_DENIED
- 
                     CANNOT_CREATE_HOSTED_ZONE
- 
                     EXPIRED_TOKEN
- 
                     HOSTED_ZONE_NOT_FOUND
- 
                     INTERNAL_FAILURE
- 
                     INVALID_CHANGE_BATCH
- 
                     THROTTLED_REQUEST
 Type: String Required: No 
- 
                     
- ErrorMessage
- 
               If the value of StatusisFAIL, the reason that the operation failed.Type: String Required: No 
- Id
- 
               The ID of the operation that you want to get information about. Type: String Length Constraints: Maximum length of 255. Required: No 
- OwnerAccount
- 
               The ID of the AWS account that owns the namespace associated with the operation. Type: String Length Constraints: Fixed length of 12. Required: No 
- Status
- 
               The status of the operation. Values include the following: - SUBMITTED
- 
                        This is the initial state that occurs 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.
 Type: String Valid Values: SUBMITTED | PENDING | SUCCESS | FAILRequired: No 
- Targets
- 
               The name of the target entity that's associated with the operation: - NAMESPACE
- 
                        The namespace ID is returned in the ResourceIdproperty.
- SERVICE
- 
                        The service ID is returned in the ResourceIdproperty.
- INSTANCE
- 
                        The instance ID is returned in the ResourceIdproperty.
 Type: String to string map Valid Keys: NAMESPACE | SERVICE | INSTANCEValue Length Constraints: Maximum length of 64. Required: No 
- Type
- 
               The name of the operation that's associated with the specified ID. Type: String Valid Values: CREATE_NAMESPACE | DELETE_NAMESPACE | UPDATE_NAMESPACE | UPDATE_SERVICE | REGISTER_INSTANCE | DEREGISTER_INSTANCERequired: No 
- UpdateDate
- 
               The date and time that the value of Statuschanged to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value ofUpdateDateis accurate to milliseconds. For example, the value1516925490.087represents Friday, January 26, 2018 12:11:30.087 AM.Type: Timestamp Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: