Class: Aws::QuickSight::Types::ThemeError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Theme error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message.

Returns:

  • (String)


28607
28608
28609
28610
28611
28612
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28607

class ThemeError < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of error.

Returns:

  • (String)


28607
28608
28609
28610
28611
28612
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28607

class ThemeError < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end