Class: Aws::CleanRooms::Types::BatchGetCollaborationAnalysisTemplateError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the analysis template.

Returns:

  • (String)


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

#codeString

An error code for the error.

Returns:

  • (String)


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

#messageString

A description of why the call failed.

Returns:

  • (String)


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