Class: Aws::SageMakerRuntimeHTTP2::Errors::ServiceUnavailableError
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SageMakerRuntimeHTTP2::Errors::ServiceUnavailableError
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-sagemakerruntimehttp2/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableError
constructor
A new instance of ServiceUnavailableError.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableError
Returns a new instance of ServiceUnavailableError.
158 159 160 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 158 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
168 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 168
def error_code: () -> ::String
|
#message ⇒ String
163 |
# File 'lib/aws-sdk-sagemakerruntimehttp2/errors.rb', line 163
def message: () -> ::String
|