AcceptorState

smithy.waiters.AcceptorState
See theAcceptorState companion object
sealed abstract class AcceptorState(_value: String, _name: String, _intValue: Int, _hints: Hints) extends Value

The transition state of a waiter.

Value parameters

FAILURE

The waiter failed to enter into the desired state. This is a terminal state that causes the waiter to stop.

RETRY

The waiter will retry the operation. This state transition is implicit if no accepter causes a state transition.

SUCCESS

The waiter successfully finished waiting. This is a terminal state that causes the waiter to stop.

Attributes

Companion
object
Graph
Supertypes
class Value
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object FAILURE
object RETRY
object SUCCESS

Members list

Type members

Types

override type EnumType = AcceptorState

Value members

Concrete methods

Attributes

Definition Classes
final def widen: AcceptorState

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

override val hints: Hints
override val intValue: Int
override val name: String
override val value: String