Interface CfnEntityPropsMixin.StatusProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEntityPropsMixin.StatusProperty.Jsii$Proxy
- Enclosing class:
CfnEntityPropsMixin
@Stability(Stable)
public static interface CfnEntityPropsMixin.StatusProperty
extends software.amazon.jsii.JsiiSerializable
The current status of the entity.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iottwinmaker.*;
Object error;
StatusProperty statusProperty = StatusProperty.builder()
.error(error)
.state("state")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEntityPropsMixin.StatusPropertystatic final classAn implementation forCfnEntityPropsMixin.StatusProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getError
The error message.- See Also:
-
getState
The current state of the entity, component, component type, or workspace.Valid Values:
CREATING | UPDATING | DELETING | ACTIVE | ERROR- See Also:
-
builder
-