@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-03-01T02:28:55.889Z") @Stability(value=Stable) public interface ValidationError extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; Construct construct; ValidationError validationError = ValidationError.builder() .message("message") .source(construct) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ValidationError.Builder
A builder for
ValidationError |
static class |
ValidationError.Jsii$Proxy
An implementation for
ValidationError |
Modifier and Type | Method and Description |
---|---|
static ValidationError.Builder |
builder() |
String |
getMessage()
The error message.
|
Construct |
getSource()
The construct which emitted the error.
|
@Stability(value=Stable) @NotNull String getMessage()
@Stability(value=Stable) @NotNull Construct getSource()
@Stability(value=Stable) static ValidationError.Builder builder()
ValidationError.Builder
of ValidationError
Copyright © 2022. All rights reserved.