Redshift / Client / delete_authentication_profile

delete_authentication_profile#

Redshift.Client.delete_authentication_profile(**kwargs)#

Deletes an authentication profile.

See also: AWS API Documentation

Request Syntax

response = client.delete_authentication_profile(
    AuthenticationProfileName='string'
)
Parameters:

AuthenticationProfileName (string) –

[REQUIRED]

The name of the authentication profile to delete.

Return type:

dict

Returns:

Response Syntax

{
    'AuthenticationProfileName': 'string'
}

Response Structure

  • (dict) –

    • AuthenticationProfileName (string) –

      The name of the authentication profile that was deleted.

Exceptions