@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:22.675Z") @Stability(value=Experimental) 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()
(experimental) The error message.
|
Construct |
getSource()
(experimental) The construct which emitted the error.
|
@Stability(value=Experimental) @NotNull String getMessage()
@Stability(value=Experimental) @NotNull Construct getSource()
@Stability(value=Experimental) static ValidationError.Builder builder()
ValidationError.Builder of ValidationErrorCopyright © 2022. All rights reserved.