interface ErrorProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTTwinMaker.CfnEntity.ErrorProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiottwinmaker#CfnEntity_ErrorProperty |
![]() | software.amazon.awscdk.services.iottwinmaker.CfnEntity.ErrorProperty |
![]() | aws_cdk.aws_iottwinmaker.CfnEntity.ErrorProperty |
![]() | aws-cdk-lib » aws_iottwinmaker » CfnEntity » ErrorProperty |
The entity 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.CfnEntity.ErrorProperty = {
code: 'code',
message: 'message',
};
Properties
Name | Type | Description |
---|---|---|
code? | string | The entity error code. |
message? | string | The entity error message. |
code?
Type:
string
(optional)
The entity error code.
message?
Type:
string
(optional)
The entity error message.