Class: Aws::QuickSight::Types::TemplateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateError
- 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
-
#message ⇒ String
Description of the error type.
-
#type ⇒ String
Type of error.
-
#violated_entities ⇒ Array<Types::Entity>
An error path that shows which entities caused the template error.
Instance Attribute Details
#message ⇒ String
Description of the error type.
31933 31934 31935 31936 31937 31938 31939 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31933 class TemplateError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of error.
31933 31934 31935 31936 31937 31938 31939 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31933 class TemplateError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |
#violated_entities ⇒ Array<Types::Entity>
An error path that shows which entities caused the template error.
31933 31934 31935 31936 31937 31938 31939 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31933 class TemplateError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |