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)


28916
28917
28918
28919
28920
28921
28922
# File 'lib/aws-sdk-quicksight/types.rb', line 28916

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

#typeString

Type of error.

Returns:

  • (String)


28916
28917
28918
28919
28920
28921
28922
# File 'lib/aws-sdk-quicksight/types.rb', line 28916

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:



28916
28917
28918
28919
28920
28921
28922
# File 'lib/aws-sdk-quicksight/types.rb', line 28916

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