PrivateCAConnectorforSCEP / Client / tag_resource

tag_resource#

PrivateCAConnectorforSCEP.Client.tag_resource(**kwargs)#

Adds one or more tags to your resource.

See also: AWS API Documentation

Request Syntax

response = client.tag_resource(
    ResourceArn='string',
    Tags={
        'string': 'string'
    }
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the resource.

  • Tags (dict) –

    [REQUIRED]

    The key-value pairs to associate with the resource.

    • (string) –

      • (string) –

Returns:

None

Exceptions

  • PrivateCAConnectorforSCEP.Client.exceptions.ResourceNotFoundException

  • PrivateCAConnectorforSCEP.Client.exceptions.InternalServerException

  • PrivateCAConnectorforSCEP.Client.exceptions.ValidationException

  • PrivateCAConnectorforSCEP.Client.exceptions.ThrottlingException

  • PrivateCAConnectorforSCEP.Client.exceptions.AccessDeniedException