Class: Aws::Appflow::Types::ConnectorAuthenticationException

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

Overview

An error occurred when authenticating with the connector endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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