Class: Aws::CleanRooms::Types::BatchGetCollaborationAnalysisTemplateError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::BatchGetCollaborationAnalysisTemplateError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template.
-
#code ⇒ String
An error code for the error.
-
#message ⇒ String
A description of why the call failed.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template.
635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 635 class BatchGetCollaborationAnalysisTemplateError < Struct.new( :arn, :code, :message) SENSITIVE = [] include Aws::Structure end |
#code ⇒ String
An error code for the error.
635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 635 class BatchGetCollaborationAnalysisTemplateError < Struct.new( :arn, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of why the call failed.
635 636 637 638 639 640 641 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 635 class BatchGetCollaborationAnalysisTemplateError < Struct.new( :arn, :code, :message) SENSITIVE = [] include Aws::Structure end |