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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

#typeString

The type of error.

Returns:

  • (String)


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