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)


28453
28454
28455
28456
28457
28458
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28453

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

#typeString

The type of error.

Returns:

  • (String)


28453
28454
28455
28456
28457
28458
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28453

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