Class: Aws::QuickSight::Types::TemplateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TemplateError
- 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
-
#message ⇒ String
Description of the error type.
-
#type ⇒ String
Type of error.
Instance Attribute Details
#message ⇒ String
Description of the error type.
9935 9936 9937 9938 9939 9940 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9935 class TemplateError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of error.
9935 9936 9937 9938 9939 9940 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9935 class TemplateError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |