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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEntity.ErrorPropertystatic final classAn implementation forCfnEntity.ErrorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
The entity error code.- See Also:
-
getMessage
The entity error message.- See Also:
-
builder
- Returns:
- a
CfnEntity.ErrorProperty.BuilderofCfnEntity.ErrorProperty
-