@Stability(value=Stable)
public static interface CfnEntity.StatusProperty
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.services.iottwinmaker.*;
Object error;
StatusProperty statusProperty = StatusProperty.builder()
.error(error)
.state("state")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEntity.StatusProperty.Builder
A builder for
CfnEntity.StatusProperty |
static class |
CfnEntity.StatusProperty.Jsii$Proxy
An implementation for
CfnEntity.StatusProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEntity.StatusProperty.Builder |
builder() |
default Object |
getError()
The error message.
|
default String |
getState()
The current state of the entity, component, component type, or workspace.
|
@Stability(value=Stable) @Nullable default Object getError()
@Stability(value=Stable) @Nullable default String getState()
Valid Values: CREATING | UPDATING | DELETING | ACTIVE | ERROR
@Stability(value=Stable) static CfnEntity.StatusProperty.Builder builder()
CfnEntity.StatusProperty.Builder of CfnEntity.StatusPropertyCopyright © 2022. All rights reserved.