aws-cdk-lib.aws_iottwinmaker.CfnComponentType.ErrorProperty

interface ErrorProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTTwinMaker.CfnComponentType.ErrorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnComponentType_ErrorProperty
Javasoftware.amazon.awscdk.services.iottwinmaker.CfnComponentType.ErrorProperty
Pythonaws_cdk.aws_iottwinmaker.CfnComponentType.ErrorProperty
TypeScript aws-cdk-lib » aws_iottwinmaker » CfnComponentType » ErrorProperty

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 { aws_iottwinmaker as iottwinmaker } from 'aws-cdk-lib';
const errorProperty: iottwinmaker.CfnComponentType.ErrorProperty = {
  code: 'code',
  message: 'message',
};

Properties

NameTypeDescription
code?stringThe component type error code.
message?stringThe component type error message.

code?

Type: string (optional)

The component type error code.


message?

Type: string (optional)

The component type error message.