Class: Aws::SageMakerFeatureStoreRuntime::Types::ServiceUnavailable

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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