Class: Aws::SageMakerFeatureStoreRuntime::Errors::ServiceUnavailable
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SageMakerFeatureStoreRuntime::Errors::ServiceUnavailable
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-sagemakerfeaturestoreruntime/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailable
constructor
A new instance of ServiceUnavailable.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailable
Returns a new instance of ServiceUnavailable.
92 93 94 |
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/errors.rb', line 92 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
97 |
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/errors.rb', line 97
def message: () -> ::String
|