toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
ThemeError
Theme
Error
data
class
ThemeError
(
val
message
:
String
?
=
null
,
val
type
:
ThemeErrorType
?
=
null
)
Theme error.
Members
Constructors
Theme
Error
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
type
:
ThemeErrorType
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
message
Link copied to clipboard
val
message
:
String
?
=
null
The error message.
type
Link copied to clipboard
val
type
:
ThemeErrorType
?
=
null
The type of error.