Status

class aws_cdk.integ_tests_alpha.Status(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) The status of the assertion.

Stability:

experimental

Attributes

FAIL

(experimental) The assertion failed.

Stability:

experimental

PASS

(experimental) The assertion passed.

Stability:

experimental