Class: Aws::QuickSight::Types::ThemeError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThemeError
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Theme error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message.
-
#type ⇒ String
The type of error.
Instance Attribute Details
#message ⇒ String
The error message.
33284 33285 33286 33287 33288 33289 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33284 class ThemeError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of error.
33284 33285 33286 33287 33288 33289 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 33284 class ThemeError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |