ErrorTypeCase

smithy.waiters.Matcher$.ErrorTypeCase
See theErrorTypeCase companion object
final case class ErrorTypeCase(errorType: String) extends Matcher

Matches if an operation returns an error and the error matches the expected error type. If an absolute shape ID is provided, the error is matched exactly on the shape ID. A shape name can be provided to match an error in any namespace with the given name.

Attributes

Companion
object
Graph
Supertypes
trait Matcher
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

object project

Attributes

Inherited from:
Matcher
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

final def $ordinal: Int

Inherited methods

def accept[A](visitor: Visitor[A]): A

Attributes

Inherited from:
Matcher

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def widen: Matcher

Attributes

Inherited from:
Matcher