Class: Aws::Omics::Errors::RangeNotSatisfiableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Omics::Errors::RangeNotSatisfiableException
- Defined in:
- lib/aws-sdk-omics/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RangeNotSatisfiableException
constructor
A new instance of RangeNotSatisfiableException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RangeNotSatisfiableException
Returns a new instance of RangeNotSatisfiableException.
116 117 118 |
# File 'lib/aws-sdk-omics/errors.rb', line 116 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
121 122 123 |
# File 'lib/aws-sdk-omics/errors.rb', line 121 def @message || @data[:message] end |
#retryable? ⇒ Boolean
125 126 127 |
# File 'lib/aws-sdk-omics/errors.rb', line 125 def retryable? true end |