RTBFabric / Client / get_certificate_association

get_certificate_association

RTBFabric.Client.get_certificate_association(**kwargs)

Retrieves the details of a certificate association with a responder gateway.

See also: AWS API Documentation

Request Syntax

response = client.get_certificate_association(
    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.

Return type:

dict

Returns:

Response Syntax

{
    'gatewayId': 'string',
    'acmCertificateArn': 'string',
    'status': 'PENDING_ASSOCIATION'|'ASSOCIATED'|'PENDING_DISASSOCIATION'|'DISASSOCIATED'|'FAILED',
    'associatedAt': datetime(2015, 1, 1),
    'updatedAt': datetime(2015, 1, 1)
}

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.

    • associatedAt (datetime) –

      The timestamp of when the certificate was associated.

    • updatedAt (datetime) –

      The timestamp of when the certificate association was last updated.

Exceptions

  • RTBFabric.Client.exceptions.ResourceNotFoundException

  • RTBFabric.Client.exceptions.ThrottlingException

  • RTBFabric.Client.exceptions.AccessDeniedException

  • RTBFabric.Client.exceptions.InternalServerException

  • RTBFabric.Client.exceptions.ValidationException