interface ThemeErrorProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnThemePropsMixin.ThemeErrorProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnThemePropsMixin_ThemeErrorProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.ThemeErrorProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnThemePropsMixin.ThemeErrorProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const themeErrorProperty: quicksight.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