@Generated(value="jsii-pacmak/1.5.0 (build 46538f8)", date="2020-05-15T23:35:58.911Z") @Stability(value=Experimental) public interface FailProps extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
FailProps.Builder
A builder for
FailProps |
static class |
FailProps.Jsii$Proxy
An implementation for
FailProps |
| Modifier and Type | Method and Description |
|---|---|
static FailProps.Builder |
builder() |
default String |
getCause()
A description for the cause of the failure.
|
default String |
getComment()
An optional description for this state.
|
default String |
getError()
Error code used to represent this failure.
|
@Stability(value=Experimental) @Nullable default String getCause()
Default: No description
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getComment()
Default: No comment
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default String getError()
Default: No error code
EXPERIMENTAL
@Stability(value=Experimental) static FailProps.Builder builder()
FailProps.Builder of FailPropsCopyright © 2020. All rights reserved.