Class: Aws::Omics::Types::ReadSetBatchError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReadSetBatchError
- 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
-
#code ⇒ String
The error’s code.
-
#id ⇒ String
The error’s ID.
-
#message ⇒ String
The error’s message.
Instance Attribute Details
#code ⇒ String
The error’s code.
5054 5055 5056 5057 5058 5059 5060 |
# File 'lib/aws-sdk-omics/types.rb', line 5054 class ReadSetBatchError < Struct.new( :id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The error’s ID.
5054 5055 5056 5057 5058 5059 5060 |
# File 'lib/aws-sdk-omics/types.rb', line 5054 class ReadSetBatchError < Struct.new( :id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error’s message.
5054 5055 5056 5057 5058 5059 5060 |
# File 'lib/aws-sdk-omics/types.rb', line 5054 class ReadSetBatchError < Struct.new( :id, :code, :message) SENSITIVE = [] include Aws::Structure end |