Method: Aws::Appflow::Types::ConnectorAuthenticationException#message

Defined in:
lib/aws-sdk-appflow/types.rb

#messageString

Returns:

  • (String)


281
282
283
284
285
# File 'lib/aws-sdk-appflow/types.rb', line 281

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