

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::QuickSight::Analysis AnalysisError
<a name="aws-properties-quicksight-analysis-analysiserror"></a>

Analysis error.

## Syntax
<a name="aws-properties-quicksight-analysis-analysiserror-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-quicksight-analysis-analysiserror-syntax.json"></a>

```
{
  "[Message](#cfn-quicksight-analysis-analysiserror-message)" : String,
  "[Type](#cfn-quicksight-analysis-analysiserror-type)" : String,
  "[ViolatedEntities](#cfn-quicksight-analysis-analysiserror-violatedentities)" : [ Entity, ... ]
}
```

### YAML
<a name="aws-properties-quicksight-analysis-analysiserror-syntax.yaml"></a>

```
  [Message](#cfn-quicksight-analysis-analysiserror-message): String
  [Type](#cfn-quicksight-analysis-analysiserror-type): String
  [ViolatedEntities](#cfn-quicksight-analysis-analysiserror-violatedentities): 
    - Entity
```

## Properties
<a name="aws-properties-quicksight-analysis-analysiserror-properties"></a>

`Message`  <a name="cfn-quicksight-analysis-analysiserror-message"></a>
The message associated with the analysis error.  
*Required*: No  
*Type*: String  
*Pattern*: `\S`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Type`  <a name="cfn-quicksight-analysis-analysiserror-type"></a>
The type of the analysis error.  
*Required*: No  
*Type*: String  
*Allowed values*: `ACCESS_DENIED | SOURCE_NOT_FOUND | DATA_SET_NOT_FOUND | INTERNAL_FAILURE | PARAMETER_VALUE_INCOMPATIBLE | PARAMETER_TYPE_INVALID | PARAMETER_NOT_FOUND | COLUMN_TYPE_MISMATCH | COLUMN_GEOGRAPHIC_ROLE_MISMATCH | COLUMN_REPLACEMENT_MISSING`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`ViolatedEntities`  <a name="cfn-quicksight-analysis-analysiserror-violatedentities"></a>
Lists the violated entities that caused the analysis error  
*Required*: No  
*Type*: Array of [Entity](aws-properties-quicksight-analysis-entity.md)  
*Minimum*: `0`  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)