describe_tag_option

ServiceCatalog.Client.describe_tag_option(**kwargs)

Gets information about the specified TagOption.

See also: AWS API Documentation

Request Syntax

response = client.describe_tag_option(
    Id='string'
)
Parameters
Id (string) --

[REQUIRED]

The TagOption identifier.

Return type
dict
Returns
Response Syntax
{
    'TagOptionDetail': {
        'Key': 'string',
        'Value': 'string',
        'Active': True|False,
        'Id': 'string',
        'Owner': 'string'
    }
}

Response Structure

  • (dict) --
    • TagOptionDetail (dict) --

      Information about the TagOption.

      • Key (string) --

        The TagOption key.

      • Value (string) --

        The TagOption value.

      • Active (boolean) --

        The TagOption active state.

      • Id (string) --

        The TagOption identifier.

      • Owner (string) --

        The Amazon Web Services account Id of the owner account that created the TagOption.

Exceptions

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