PartnerCentralBenefits / Client / disassociate_benefit_application_resource
disassociate_benefit_application_resource¶
- PartnerCentralBenefits.Client.disassociate_benefit_application_resource(**kwargs)¶
Removes the association between an AWS resource and a benefit application.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_benefit_application_resource( Catalog='string', BenefitApplicationIdentifier='string', ResourceArn='string' )
- Parameters:
Catalog (string) –
[REQUIRED]
The catalog identifier that specifies which benefit catalog the application belongs to.
BenefitApplicationIdentifier (string) –
[REQUIRED]
The unique identifier of the benefit application to disassociate the resource from.
ResourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the AWS resource to disassociate from the benefit application.
- Return type:
dict
- Returns:
Response Syntax
{ 'Id': 'string', 'Arn': 'string', 'Revision': 'string' }
Response Structure
(dict) –
Id (string) –
The unique identifier of the benefit application after the resource disassociation.
Arn (string) –
The Amazon Resource Name (ARN) of the benefit application after the resource disassociation.
Revision (string) –
The updated revision number of the benefit application after the resource disassociation.
Exceptions
PartnerCentralBenefits.Client.exceptions.ValidationExceptionPartnerCentralBenefits.Client.exceptions.AccessDeniedExceptionPartnerCentralBenefits.Client.exceptions.InternalServerExceptionPartnerCentralBenefits.Client.exceptions.ConflictExceptionPartnerCentralBenefits.Client.exceptions.ThrottlingExceptionPartnerCentralBenefits.Client.exceptions.ResourceNotFoundException