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

#message ⇒ String

Returns:

  • (String)


533
534
535
536
537
# File 'lib/aws-sdk-sagemakerfeaturestoreruntime/types.rb', line 533

class ServiceUnavailable < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end