Interface CfnComponentType.IStatusProperty
The component type status.
Namespace: Amazon.CDK.AWS.IoTTwinMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStatusProperty
Syntax (vb)
Public Interface IStatusProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTTwinMaker;
var statusProperty = new StatusProperty {
Error = new ErrorProperty {
Code = "code",
Message = "message"
},
State = "state"
};
Synopsis
Properties
Error | The component type error. |
State | The component type status state. |
Properties
Error
The component type error.
virtual object Error { get; }
Property Value
System.
Remarks
State
The component type status state.
virtual string State { get; }
Property Value
System.