Class: Aws::Omics::Types::RangeNotSatisfiableException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4578
4579
4580
4581
4582
# File 'lib/aws-sdk-omics/types.rb', line 4578

class RangeNotSatisfiableException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end