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

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

Overview

Dashboard error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message.

Returns:

  • (String)


6917
6918
6919
6920
6921
6922
6923
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6917

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

#typeString

Type.

Returns:

  • (String)


6917
6918
6919
6920
6921
6922
6923
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6917

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:



6917
6918
6919
6920
6921
6922
6923
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6917

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