Class: Aws::Transfer::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
The request has failed because the Amazon Web ServicesTransfer Family service is not available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5547 5548 5549 5550 5551 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5547 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |