aws-cdk-lib.aws_quicksight.CfnTheme.ThemeErrorProperty

interface ThemeErrorProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTheme.ThemeErrorProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTheme_ThemeErrorProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTheme.ThemeErrorProperty
Pythonaws_cdk.aws_quicksight.CfnTheme.ThemeErrorProperty
TypeScript 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

NameTypeDescription
message?stringThe error message.
type?stringThe type of error.

message?

Type: string (optional)

The error message.


type?

Type: string (optional)

The type of error.