interface DataSourceErrorInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDataSourcePropsMixin.DataSourceErrorInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDataSourcePropsMixin_DataSourceErrorInfoProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.DataSourceErrorInfoProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDataSourcePropsMixin.DataSourceErrorInfoProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDataSourcePropsMixin » 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/cfn-property-mixins';
const dataSourceErrorInfoProperty: quicksight.CfnDataSourcePropsMixin.DataSourceErrorInfoProperty = {
message: 'message',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| message? | string | Error message. |
| type? | string | Error type. |
message?
Type:
string
(optional)
Error message.
type?
Type:
string
(optional)
Error type.

.NET
Go
Java
Python
TypeScript