jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudformation/DeleteWaiterTest.kt [148:164]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .build() ) val finalResponse = CloudFormationException.builder() .awsErrorDetails( AwsErrorDetails.builder() .errorCode("ValidationError") .build() ) .build() if (times <= 0) { whenever( describeStacks( DescribeStacksRequest.builder() .stackName(stackName) .build() ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - jetbrains-core/tst/software/aws/toolkits/jetbrains/services/cloudformation/UpdateWaiterTest.kt [134:150]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - .build() ) val finalResponse = CloudFormationException.builder() .awsErrorDetails( AwsErrorDetails.builder() .errorCode("ValidationError") .build() ) .build() if (times <= 0) { whenever( describeStacks( DescribeStacksRequest.builder() .stackName(stackName) .build() ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -