interface DataSourceErrorInfoProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDataSource.DataSourceErrorInfoProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDataSource.DataSourceErrorInfoProperty |
![]() | aws_cdk.aws_quicksight.CfnDataSource.DataSourceErrorInfoProperty |
![]() | @aws-cdk/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 * as quicksight from '@aws-cdk/aws-quicksight';
const dataSourceErrorInfoProperty: quicksight.CfnDataSource.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.