Interface CfnEntity.ErrorProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEntity.ErrorProperty.Jsii$Proxy
Enclosing class:
CfnEntity

@Stability(Stable) public static interface CfnEntity.ErrorProperty extends software.amazon.jsii.JsiiSerializable
The entity error.

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.*;
 ErrorProperty errorProperty = ErrorProperty.builder()
         .code("code")
         .message("message")
         .build();
 

See Also: