SSOAdmin / Client / delete_application_authentication_method
delete_application_authentication_method#
- SSOAdmin.Client.delete_application_authentication_method(**kwargs)#
Deletes an authentication method from an application.
See also: AWS API Documentation
Request Syntax
response = client.delete_application_authentication_method( ApplicationArn='string', AuthenticationMethodType='IAM' )
- Parameters:
ApplicationArn (string) –
[REQUIRED]
Specifies the ARN of the application with the authentication method to delete.
AuthenticationMethodType (string) –
[REQUIRED]
Specifies the authentication method type to delete from the application.
- Returns:
None
Exceptions
SSOAdmin.Client.exceptions.ThrottlingException
SSOAdmin.Client.exceptions.InternalServerException
SSOAdmin.Client.exceptions.ResourceNotFoundException
SSOAdmin.Client.exceptions.AccessDeniedException
SSOAdmin.Client.exceptions.ValidationException
SSOAdmin.Client.exceptions.ConflictException