aws-cdk-lib.aws_quicksight.CfnDataSource.DataSourceErrorInfoProperty

interface DataSourceErrorInfoProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDataSource.DataSourceErrorInfoProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDataSource_DataSourceErrorInfoProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDataSource.DataSourceErrorInfoProperty
Pythonaws_cdk.aws_quicksight.CfnDataSource.DataSourceErrorInfoProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDataSource » DataSourceErrorInfoProperty

Error information for the data source creation or update.

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 dataSourceErrorInfoProperty: quicksight.CfnDataSource.DataSourceErrorInfoProperty = {
  message: 'message',
  type: 'type',
};

Properties

NameTypeDescription
message?stringError message.
type?stringError type.

message?

Type: string (optional)

Error message.


type?

Type: string (optional)

Error type.