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

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


28106
28107
28108
28109
28110
28111
28112
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28106

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

#typeString

Type of error.

Returns:

  • (String)


28106
28107
28108
28109
28110
28111
28112
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28106

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:



28106
28107
28108
28109
28110
28111
28112
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28106

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