Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_saml_provider

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'
)
Parameters
SAMLProviderArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the SAML provider to delete.

Returns
None

Exceptions

  • IAM.Client.exceptions.InvalidInputException
  • IAM.Client.exceptions.LimitExceededException
  • IAM.Client.exceptions.NoSuchEntityException
  • IAM.Client.exceptions.ServiceFailureException