RTBFabric / Client / disassociate_certificate

disassociate_certificate

RTBFabric.Client.disassociate_certificate(**kwargs)

Removes a certificate association from a responder gateway.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_certificate(
    gatewayId='string',
    acmCertificateArn='string'
)
Parameters:
  • gatewayId (string) –

    [REQUIRED]

    The unique identifier of the gateway.

  • acmCertificateArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the ACM certificate to disassociate.

Return type:

dict

Returns:

Response Syntax

{
    'gatewayId': 'string',
    'acmCertificateArn': 'string',
    'status': 'PENDING_ASSOCIATION'|'ASSOCIATED'|'PENDING_DISASSOCIATION'|'DISASSOCIATED'|'FAILED'
}

Response Structure

  • (dict) –

    • gatewayId (string) –

      The unique identifier of the gateway.

    • acmCertificateArn (string) –

      The Amazon Resource Name (ARN) of the ACM certificate.

    • status (string) –

      The status of the certificate association.

Exceptions

  • RTBFabric.Client.exceptions.ServiceQuotaExceededException

  • RTBFabric.Client.exceptions.ResourceNotFoundException

  • RTBFabric.Client.exceptions.ThrottlingException

  • RTBFabric.Client.exceptions.AccessDeniedException

  • RTBFabric.Client.exceptions.ConflictException

  • RTBFabric.Client.exceptions.InternalServerException

  • RTBFabric.Client.exceptions.ValidationException