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)


8110
8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8110

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

#typeString

Type.

Returns:

  • (String)


8110
8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8110

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:



8110
8111
8112
8113
8114
8115
8116
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8110

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