Class: Aws::QuickSight::Types::AnalysisError

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

Overview

Analysis error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message associated with the analysis error.

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'lib/aws-sdk-quicksight/types.rb', line 537

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

#typeString

The type of the analysis error.

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'lib/aws-sdk-quicksight/types.rb', line 537

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

#violated_entitiesArray<Types::Entity>

Lists the violated entities that caused the analysis error

Returns:



537
538
539
540
541
542
543
# File 'lib/aws-sdk-quicksight/types.rb', line 537

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