Class: Aws::QuickSight::Types::TemplateError

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

Overview

List of errors that occurred when the template version creation failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error type.

Returns:

  • (String)


27952
27953
27954
27955
27956
27957
27958
# File 'lib/aws-sdk-quicksight/types.rb', line 27952

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

#typeString

Type of error.

Returns:

  • (String)


27952
27953
27954
27955
27956
27957
27958
# File 'lib/aws-sdk-quicksight/types.rb', line 27952

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

#violated_entitiesArray<Types::Entity>

An error path that shows which entities caused the template error.

Returns:



27952
27953
27954
27955
27956
27957
27958
# File 'lib/aws-sdk-quicksight/types.rb', line 27952

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