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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


575
576
577
578
579
580
581
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 575

class BatchGetCollaborationAnalysisTemplateError < Struct.new(
  :arn,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

An error code for the error.

Returns:

  • (String)


575
576
577
578
579
580
581
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 575

class BatchGetCollaborationAnalysisTemplateError < Struct.new(
  :arn,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A description of why the call failed.

Returns:

  • (String)


575
576
577
578
579
580
581
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 575

class BatchGetCollaborationAnalysisTemplateError < Struct.new(
  :arn,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end