ElasticBeanstalk / Client / exceptions / TooManyTagsException

TooManyTagsException#

class ElasticBeanstalk.Client.exceptions.TooManyTagsException#

The number of tags in the resource would exceed the number of tags that each resource can have.

To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.

Example

try:
  ...
except client.exceptions.TooManyTagsException as e:
  print(e.response)
response#

The parsed error response. All exceptions have a top level Error key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.

Syntax

{}

Structure

  • (dict) –

    The number of tags in the resource would exceed the number of tags that each resource can have.

    To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.

    • Error (dict) – Normalized access to common exception attributes.

      • Code (string) – An identifier specifying the exception type.

      • Message (string) – A descriptive message explaining why the exception occured.