disassociate_tag_option_from_resource

ServiceCatalog.Client.disassociate_tag_option_from_resource(**kwargs)

Disassociates the specified TagOption from the specified resource.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_tag_option_from_resource(
    ResourceId='string',
    TagOptionId='string'
)
Parameters
  • ResourceId (string) --

    [REQUIRED]

    The resource identifier.

  • TagOptionId (string) --

    [REQUIRED]

    The TagOption identifier.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • ServiceCatalog.Client.exceptions.TagOptionNotMigratedException
  • ServiceCatalog.Client.exceptions.ResourceNotFoundException