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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


477
478
479
480
481
482
483
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 477

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

#typeString

The type of the analysis error.

Returns:

  • (String)


477
478
479
480
481
482
483
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 477

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:



477
478
479
480
481
482
483
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 477

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