Class: Aws::Transfer::Types::ServiceUnavailableException

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

Overview

The request has failed because the AWS Transfer for SFTP service is not available.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1158
1159
1160
1161
# File 'lib/aws-sdk-transfer/types.rb', line 1158

class ServiceUnavailableException < Struct.new(
  :message)
  include Aws::Structure
end