interface AnalysisErrorProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.AnalysisErrorProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.AnalysisErrorProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.AnalysisErrorProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » AnalysisErrorProperty |
Analysis error.
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 analysisErrorProperty: quicksight.CfnAnalysis.AnalysisErrorProperty = {
message: 'message',
type: 'type',
violatedEntities: [{
path: 'path',
}],
};
Properties
Name | Type | Description |
---|---|---|
message? | string | The message associated with the analysis error. |
type? | string | The type of the analysis error. |
violated | IResolvable | IResolvable | Entity [] | Lists the violated entities that caused the analysis error. |
message?
Type:
string
(optional)
The message associated with the analysis error.
type?
Type:
string
(optional)
The type of the analysis error.
violatedEntities?
Type:
IResolvable
|
IResolvable
|
Entity
[]
(optional)
Lists the violated entities that caused the analysis error.