Class: Aws::Translate::Types::ServiceUnavailableException

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

Overview

The Amazon Translate service is temporarily unavailable. Wait a bit and then retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1055
1056
1057
1058
1059
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1055

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