ErrorTypeCase

smithy.waiters.Matcher$.ErrorTypeCase
See theErrorTypeCase companion object
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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def widen: Matcher

Attributes

Inherited from:
Matcher