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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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.

If an empty string is returned, the most likely cause is that the authentication failed due to an incorrect username or password.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4788

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

#responseString

The response that is returned from your API Gateway.

Returns:

  • (String)


4788
4789
4790
4791
4792
4793
4794
4795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4788

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.

Returns:

  • (Integer)


4788
4789
4790
4791
4792
4793
4794
4795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4788

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)


4788
4789
4790
4791
4792
4793
4794
4795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4788

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