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.
6659 6660 6661 6662 6663 6664 6665 |
# File 'lib/aws-sdk-omics/types.rb', line 6659 class ReadSetBatchError < Struct.new( :id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The error’s ID.
6659 6660 6661 6662 6663 6664 6665 |
# File 'lib/aws-sdk-omics/types.rb', line 6659 class ReadSetBatchError < Struct.new( :id, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error’s message.
6659 6660 6661 6662 6663 6664 6665 |
# File 'lib/aws-sdk-omics/types.rb', line 6659 class ReadSetBatchError < Struct.new( :id, :code, :message) SENSITIVE = [] include Aws::Structure end |