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

  • ServiceQuotas.Client.exceptions.DependencyAccessDeniedException

  • ServiceQuotas.Client.exceptions.ServiceQuotaTemplateNotInUseException

  • ServiceQuotas.Client.exceptions.AccessDeniedException

  • ServiceQuotas.Client.exceptions.ServiceException

  • ServiceQuotas.Client.exceptions.TooManyRequestsException

  • ServiceQuotas.Client.exceptions.AWSServiceAccessNotEnabledException

  • ServiceQuotas.Client.exceptions.TemplatesNotAvailableInRegionException

  • ServiceQuotas.Client.exceptions.NoAvailableOrganizationException