Class: Aws::Omics::Errors::RangeNotSatisfiableException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Omics::Errors::RangeNotSatisfiableException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-omics/errors.rb', line 121
def message: () -> ::String
|
#retryable? ⇒ Boolean
125 126 127 |
# File 'lib/aws-sdk-omics/errors.rb', line 125 def retryable? true end |