Class: Aws::Transfer::Types::TestIdentityProviderResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that indicates whether the test was successful or not.

<note markdown=“1”> If an empty string is returned, the most likely cause is that the authentication failed due to an incorrect username or password.

</note>

Returns:

  • (String)


5562
5563
5564
5565
5566
5567
5568
5569
# File 'lib/aws-sdk-transfer/types.rb', line 5562

class TestIdentityProviderResponse < Struct.new(
  :response,
  :status_code,
  :message,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#responseString

The response that is returned from your API Gateway or your Lambda function.

Returns:

  • (String)


5562
5563
5564
5565
5566
5567
5568
5569
# File 'lib/aws-sdk-transfer/types.rb', line 5562

class TestIdentityProviderResponse < Struct.new(
  :response,
  :status_code,
  :message,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The HTTP status code that is the response from your API Gateway or your Lambda function.

Returns:

  • (Integer)


5562
5563
5564
5565
5566
5567
5568
5569
# File 'lib/aws-sdk-transfer/types.rb', line 5562

class TestIdentityProviderResponse < Struct.new(
  :response,
  :status_code,
  :message,
  :url)
  SENSITIVE = []
  include Aws::Structure
end

#urlString

The endpoint of the service used to authenticate a user.

Returns:

  • (String)


5562
5563
5564
5565
5566
5567
5568
5569
# File 'lib/aws-sdk-transfer/types.rb', line 5562

class TestIdentityProviderResponse < Struct.new(
  :response,
  :status_code,
  :message,
  :url)
  SENSITIVE = []
  include Aws::Structure
end