interface ThemeErrorProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTheme.ThemeErrorProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_ThemeErrorProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTheme.ThemeErrorProperty |
![]() | aws_cdk.aws_quicksight.CfnTheme.ThemeErrorProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTheme » ThemeErrorProperty |
Theme 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 themeErrorProperty: quicksight.CfnTheme.ThemeErrorProperty = {
message: 'message',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
message? | string | The error message. |
type? | string | The type of error. |
message?
Type:
string
(optional)
The error message.
type?
Type:
string
(optional)
The type of error.