delete_saml_provider
(**kwargs)¶Deletes a SAML provider resource in IAM.
Deleting the provider resource from IAM does not update any roles that reference the SAML provider resource's ARN as a principal in their trust policies. Any attempt to assume a role that references a non-existent provider resource ARN fails.
Note
This operation requires Signature Version 4.
See also: AWS API Documentation
Request Syntax
response = client.delete_saml_provider(
SAMLProviderArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the SAML provider to delete.
Exceptions
IAM.Client.exceptions.InvalidInputException
IAM.Client.exceptions.LimitExceededException
IAM.Client.exceptions.NoSuchEntityException
IAM.Client.exceptions.ServiceFailureException