We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963bba5 commit 49ede03Copy full SHA for 49ede03
docs/source-2.0/additional-specs/waiters.rst
@@ -605,7 +605,7 @@ triggered if the ``status`` property equals ``failed``.
605
606
@waitable(
607
ThingExists: {
608
- description: "Waits until a thing has been created"
+ documentation: "Waits until a thing has been created"
609
acceptors: [
610
// Fail-fast if the thing transitions to a "failed" state.
611
{
@@ -831,7 +831,7 @@ the ``StartResource`` API operation.
831
832
833
ResourceRunning: {
834
- description: "Waits for the resource to be running"
+ documentation: "Waits for the resource to be running"
835
836
837
state: "failure"
0 commit comments