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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


4550
4551
4552
4553
4554
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4550

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