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.
29649 29650 29651 29652 29653 29654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29649 class ThemeError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of error.
29649 29650 29651 29652 29653 29654 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29649 class ThemeError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |