Class: Aws::SageMakerFeatureStoreRuntime::Types::ServiceUnavailable
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerFeatureStoreRuntime::Types::ServiceUnavailable
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb
Overview
The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
362 363 364 365 366 |
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 362 class ServiceUnavailable < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |