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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3510
3511
3512
3513
3514
# File 'lib/aws-sdk-transfer/types.rb', line 3510

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