smithy.waiters.AcceptorState
See theAcceptorState companion class
object AcceptorState extends Enumeration[AcceptorState], Companion[AcceptorState]
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Sumtrait Mirrortrait Enumeration[AcceptorState]trait Companion[AcceptorState]trait Has[AcceptorState]trait ShapeTag[AcceptorState]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
AcceptorState.type
Members list
Type members
Classlikes
case object FAILURE extends AcceptorState
The waiter failed to enter into the desired state. This is a terminal state that causes the waiter to stop.
The waiter failed to enter into the desired state. This is a terminal state that causes the waiter to stop.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass AcceptorStateclass Valuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
FAILURE.type
case object RETRY extends AcceptorState
The waiter will retry the operation. This state transition is implicit if no accepter causes a state transition.
The waiter will retry the operation. This state transition is implicit if no accepter causes a state transition.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass AcceptorStateclass Valuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
RETRY.type
case object SUCCESS extends AcceptorState
The waiter successfully finished waiting. This is a terminal state that causes the waiter to stop.
The waiter successfully finished waiting. This is a terminal state that causes the waiter to stop.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrorclass AcceptorStateclass Valuetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
SUCCESS.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete fields
In this article