@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.161Z")
public interface ValidationError
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() |
java.lang.String |
getMessage()
The error message.
|
Construct |
getSource()
The construct which emitted the error.
|
java.lang.String getMessage()
Construct getSource()
static ValidationError.Builder builder()
ValidationError.Builder
of ValidationError