@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:42.587Z") @Stability(value=Stable) public interface FailProps extends software.amazon.jsii.JsiiSerializable
| 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=Stable) @Nullable default String getCause()
Default: No description
@Stability(value=Stable) @Nullable default String getComment()
Default: No comment
@Stability(value=Stable) @Nullable default String getError()
Default: No error code
@Stability(value=Stable) static FailProps.Builder builder()
FailProps.Builder of FailPropsCopyright © 2021. All rights reserved.