Class: Aws::SageMakerRuntime::Types::ServiceUnavailable

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerruntime/types.rb

Overview

The service is unavailable. Try your call again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


608
609
610
611
612
# File 'lib/aws-sdk-sagemakerruntime/types.rb', line 608

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