enum Status
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.IntegTests.Alpha.Status | 
|  Go | github.com/aws/aws-cdk-go/awscdkintegtestsalpha/v2#Status | 
|  Java | software.amazon.awscdk.integtests.alpha.Status | 
|  Python | aws_cdk.integ_tests_alpha.Status | 
|  TypeScript (source) | @aws-cdk/integ-tests-alpha»Status | 
The status of the assertion.
Members
| Name | Description | 
|---|---|
| PASS | The assertion passed. | 
| FAIL | The assertion failed. | 
PASS
The assertion passed.
FAIL
The assertion failed.
