aws-cdk-lib.aws_quicksight.CfnAnalysis.AnalysisErrorProperty

interface AnalysisErrorProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.AnalysisErrorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AnalysisErrorProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.AnalysisErrorProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.AnalysisErrorProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const analysisErrorProperty: quicksight.CfnAnalysis.AnalysisErrorProperty = {
  message: 'message',
  type: 'type',
  violatedEntities: [{
    path: 'path',
  }],
};

Properties

NameTypeDescription
message?stringThe message associated with the analysis error.
type?stringThe type of the analysis error.
violatedEntities?IResolvable | IResolvable | EntityProperty[]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 | EntityProperty[] (optional)

Lists the violated entities that caused the analysis error.