Class: Aws::Mobile::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb

Overview

The service is temporarily unavailable. The request should be retried after some time delay.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


575
576
577
578
579
580
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 575

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

#retry_after_secondsString

The Exception Error Message.

Returns:

  • (String)


575
576
577
578
579
580
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 575

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