Class: Aws::QuickSight::Types::DashboardError

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

Overview

Dashboard error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message.

Returns:

  • (String)


7956
7957
7958
7959
7960
7961
7962
# File 'lib/aws-sdk-quicksight/types.rb', line 7956

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

#typeString

Type.

Returns:

  • (String)


7956
7957
7958
7959
7960
7961
7962
# File 'lib/aws-sdk-quicksight/types.rb', line 7956

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

#violated_entitiesArray<Types::Entity>

Lists the violated entities that caused the dashboard error.

Returns:



7956
7957
7958
7959
7960
7961
7962
# File 'lib/aws-sdk-quicksight/types.rb', line 7956

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