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
CreateDate
is accurate to milliseconds. For example, the value1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.Type: Timestamp
Required: No
- ErrorCode
-
The code associated with
ErrorMessage
. Values forErrorCode
include 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
Status
isFAIL
, 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
- Status
-
The status of the operation. Values include the following:
Type: String
Valid Values:
SUBMITTED | PENDING | SUCCESS | FAIL
Required: No
- Targets
-
The name of the target entity that is associated with the operation:
Type: String to string map
Valid Keys:
NAMESPACE | SERVICE | INSTANCE
Value Length Constraints: Maximum length of 64.
Required: No
- Type
-
The name of the operation that is associated with the specified ID.
Type: String
Valid Values:
CREATE_NAMESPACE | DELETE_NAMESPACE | UPDATE_SERVICE | REGISTER_INSTANCE | DEREGISTER_INSTANCE
Required: No
- UpdateDate
-
The date and time that the value of
Status
changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value ofUpdateDate
is accurate to milliseconds. For example, the value1516925490.087
represents 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: