interface ThemeErrorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnThemePropsMixin.ThemeErrorProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnThemePropsMixin_ThemeErrorProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnThemePropsMixin.ThemeErrorProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnThemePropsMixin.ThemeErrorProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnThemePropsMixin » ThemeErrorProperty |
Theme error.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const themeErrorProperty: quicksight_mixins.CfnThemePropsMixin.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.

.NET
Go
Java
Python
TypeScript