Class: Aws::Omics::Types::ReadSetBatchError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

An error from a batch read set operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error’s code.

Returns:

  • (String)


4655
4656
4657
4658
4659
4660
4661
# File 'lib/aws-sdk-omics/types.rb', line 4655

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

#idString

The error’s ID.

Returns:

  • (String)


4655
4656
4657
4658
4659
4660
4661
# File 'lib/aws-sdk-omics/types.rb', line 4655

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

#messageString

The error’s message.

Returns:

  • (String)


4655
4656
4657
4658
4659
4660
4661
# File 'lib/aws-sdk-omics/types.rb', line 4655

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