CanaryStatus
A structure that contains the current state of the canary.
Contents
- State
-
The current state of the canary.
Type: String
Valid Values:
CREATING | READY | STARTING | RUNNING | UPDATING | STOPPING | STOPPED | ERROR | DELETING
Required: No
- StateReason
-
If the canary has insufficient permissions to run, this field provides more details.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Required: No
- StateReasonCode
-
If the canary cannot run or has failed, this field displays the reason.
Type: String
Valid Values:
INVALID_PERMISSIONS | CREATE_PENDING | CREATE_IN_PROGRESS | CREATE_FAILED | UPDATE_PENDING | UPDATE_IN_PROGRESS | UPDATE_COMPLETE | ROLLBACK_COMPLETE | ROLLBACK_FAILED | DELETE_IN_PROGRESS | DELETE_FAILED | SYNC_DELETE_IN_PROGRESS
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: