Class: Aws::Appflow::Types::ConnectorServerException

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

Overview

An error occurred when retrieving data from the connector endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1242
1243
1244
1245
1246
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1242

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