Interface CfnComponentType.ErrorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComponentType.ErrorProperty.Jsii$Proxy
- Enclosing class:
CfnComponentType
@Stability(Stable)
public static interface CfnComponentType.ErrorProperty
extends software.amazon.jsii.JsiiSerializable
The component type 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 forCfnComponentType.ErrorPropertystatic final classAn implementation forCfnComponentType.ErrorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCode
The component type error code.- See Also:
-
getMessage
The component type error message.- See Also:
-
builder
-