This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template TemplateError
List of errors that occurred when the template version creation failed.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Message" :String, "Type" :String, "ViolatedEntities" :[ Entity, ... ]}
YAML
Message:StringType:StringViolatedEntities:- Entity
Properties
Message-
Description of the error type.
Required: No
Type: String
Pattern:
\SUpdate requires: No interruption
Type-
Type of error.
Required: No
Type: String
Allowed values:
SOURCE_NOT_FOUND | DATA_SET_NOT_FOUND | INTERNAL_FAILURE | ACCESS_DENIEDUpdate requires: No interruption
ViolatedEntities-
An error path that shows which entities caused the template error.
Required: No
Type: Array of Entity
Minimum:
0Maximum:
200Update requires: No interruption