aws-cdk-lib.aws_quicksight.CfnTemplate.TemplateErrorProperty

interface TemplateErrorProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.TemplateErrorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_TemplateErrorProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.TemplateErrorProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.TemplateErrorProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » TemplateErrorProperty

List of errors that occurred when the template version creation failed.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const templateErrorProperty: quicksight.CfnTemplate.TemplateErrorProperty = {
  message: 'message',
  type: 'type',
  violatedEntities: [{
    path: 'path',
  }],
};

Properties

NameTypeDescription
message?stringDescription of the error type.
type?stringType of error.
violatedEntities?IResolvable | IResolvable | EntityProperty[]An error path that shows which entities caused the template error.

message?

Type: string (optional)

Description of the error type.


type?

Type: string (optional)

Type of error.


violatedEntities?

Type: IResolvable | IResolvable | EntityProperty[] (optional)

An error path that shows which entities caused the template error.