Merge pull request #5609 from tjinjin/fix_typo
Fix typo: "messag" to "message."
This commit is contained in:
commit
539cbe2b01
|
@ -43,7 +43,7 @@ The following arguments are supported:
|
||||||
* `start_time` - (Optional) The time for this action to start, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z ).
|
* `start_time` - (Optional) The time for this action to start, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z ).
|
||||||
If you try to schedule your action in the past, Auto Scaling returns an error message.
|
If you try to schedule your action in the past, Auto Scaling returns an error message.
|
||||||
* `end_time` - (Optional) The time for this action to end, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z ).
|
* `end_time` - (Optional) The time for this action to end, in "YYYY-MM-DDThh:mm:ssZ" format in UTC/GMT only (for example, 2014-06-01T00:00:00Z ).
|
||||||
If you try to schedule your action in the past, Auto Scaling returns an error messag
|
If you try to schedule your action in the past, Auto Scaling returns an error message.
|
||||||
* `recurrence` - (Optional) The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format.
|
* `recurrence` - (Optional) The time when recurring future actions will start. Start time is specified by the user following the Unix cron syntax format.
|
||||||
* `min_size` - (Optional) The minimum size for the Auto Scaling group. Default
|
* `min_size` - (Optional) The minimum size for the Auto Scaling group. Default
|
||||||
0.
|
0.
|
||||||
|
|
Loading…
Reference in New Issue