interface StatusProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTTwinMaker.CfnEntity.StatusProperty |
Java | software.amazon.awscdk.services.iottwinmaker.CfnEntity.StatusProperty |
Python | aws_cdk.aws_iottwinmaker.CfnEntity.StatusProperty |
TypeScript | @aws-cdk/aws-iottwinmaker » CfnEntity » StatusProperty |
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 * as iottwinmaker from '@aws-cdk/aws-iottwinmaker';
declare const error: any;
const statusProperty: iottwinmaker.CfnEntity.StatusProperty = {
error: error,
state: 'state',
};
Properties
Name | Type | Description |
---|---|---|
error? | any | The error message. |
state? | string | The current state of the entity, component, component type, or workspace. |
error?
Type:
any
(optional)
The error message.
state?
Type:
string
(optional)
The current state of the entity, component, component type, or workspace.
Valid Values: CREATING | UPDATING | DELETING | ACTIVE | ERROR