@Generated(value="jsii-pacmak/1.16.0 (build 99a3413)", date="2021-01-04T05:30:25.276Z") @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 © 2021. All rights reserved.