Class: Aws::Omics::Types::RangeNotSatisfiableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RangeNotSatisfiableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
The ranges specified in the request are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6630 6631 6632 6633 6634 |
# File 'lib/aws-sdk-omics/types.rb', line 6630 class RangeNotSatisfiableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |