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)


6797
6798
6799
6800
6801
6802
6803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6797

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

#typeString

Type.

Returns:

  • (String)


6797
6798
6799
6800
6801
6802
6803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6797

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:



6797
6798
6799
6800
6801
6802
6803
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6797

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