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: String
Type: String
ViolatedEntities:
- Entity
Properties
Message
-
Description of the error type.
Required: No
Type: String
Pattern:
\S
Update requires: No interruption
Type
-
Type of error.
Required: No
Type: String
Allowed values:
SOURCE_NOT_FOUND | DATA_SET_NOT_FOUND | INTERNAL_FAILURE | ACCESS_DENIED
Update requires: No interruption
ViolatedEntities
-
An error path that shows which entities caused the template error.
Required: No
Type: Array of Entity
Minimum:
0
Maximum:
200
Update requires: No interruption