interface TemplateErrorProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.TemplateErrorProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.TemplateErrorProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.TemplateErrorProperty |
TypeScript | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const templateErrorProperty: quicksight.CfnTemplate.TemplateErrorProperty = {
message: 'message',
type: 'type',
violatedEntities: [{
path: 'path',
}],
};
Properties
Name | Type | Description |
---|---|---|
message? | string | Description of the error type. |
type? | string | Type of error. |
violated | IResolvable | IResolvable | Entity [] | 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
|
Entity
[]
(optional)
An error path that shows which entities caused the template error.