Class: Aws::QuickSight::Types::ThemeError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThemeError
- Includes:
- Structure
- Defined in:
- 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.
32444 32445 32446 32447 32448 32449 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32444 class ThemeError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of error.
32444 32445 32446 32447 32448 32449 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32444 class ThemeError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |