Class CfnThemePropsMixin.ThemeErrorProperty
Theme error.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnThemePropsMixin.ThemeErrorProperty : CfnThemePropsMixin.IThemeErrorProperty
Syntax (vb)
Public Class CfnThemePropsMixin.ThemeErrorProperty Implements CfnThemePropsMixin.IThemeErrorProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var themeErrorProperty = new ThemeErrorProperty {
Message = "message",
Type = "type"
};
Synopsis
Constructors
| ThemeErrorProperty() | Theme error. |
Properties
| Message | The error message. |
| Type | The type of error. |
Constructors
ThemeErrorProperty()
Theme error.
public ThemeErrorProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var themeErrorProperty = new ThemeErrorProperty {
Message = "message",
Type = "type"
};
Properties
Message
The error message.
public string? Message { get; set; }
Property Value
Remarks
Type
The type of error.
public string? Type { get; set; }