smithy.waiters.Matcher.SuccessCase
See theSuccessCase companion object
final case class SuccessCase(success: Boolean) extends Matcher
When set to true
, matches when an operation returns a successful response. When set to false
, matches when an operation fails with any error.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article