@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-30T05:22:26.691Z") @Stability(value=Stable) public interface ValidationError extends software.amazon.jsii.JsiiSerializable
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 © 2020. All rights reserved.