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.ServiceQuotaExceededExceptionRTBFabric.Client.exceptions.ResourceNotFoundExceptionRTBFabric.Client.exceptions.ThrottlingExceptionRTBFabric.Client.exceptions.AccessDeniedExceptionRTBFabric.Client.exceptions.ConflictExceptionRTBFabric.Client.exceptions.InternalServerExceptionRTBFabric.Client.exceptions.ValidationException