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
4977 4978 4979 4980 4981 |
# File 'lib/aws-sdk-omics/types.rb', line 4977 class RangeNotSatisfiableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |