ServiceQuotas / Client / get_association_for_service_quota_template

get_association_for_service_quota_template#

ServiceQuotas.Client.get_association_for_service_quota_template()#

Retrieves the status of the association for the quota request template.

See also: AWS API Documentation

Request Syntax

response = client.get_association_for_service_quota_template()
Return type:

dict

Returns:

Response Syntax

{
    'ServiceQuotaTemplateAssociationStatus': 'ASSOCIATED'|'DISASSOCIATED'
}

Response Structure

  • (dict) –

    • ServiceQuotaTemplateAssociationStatus (string) –

      The association status. If the status is ASSOCIATED, the quota increase requests in the template are automatically applied to new Amazon Web Services accounts in your organization.

Exceptions