Class: Aws::Transfer::Types::InternalServiceError

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

Overview

This exception is thrown when an error occurs in the Transfer Family service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3459
3460
3461
3462
3463
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3459

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