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)


32668
32669
32670
32671
32672
32673
32674
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32668

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

#typeString

Type of error.

Returns:

  • (String)


32668
32669
32670
32671
32672
32673
32674
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32668

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:



32668
32669
32670
32671
32672
32673
32674
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32668

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