Class InvalidTagException

All Implemented Interfaces:
Serializable

public class InvalidTagException extends AmazonServiceException

One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:.

See Also:
  • Constructor Details

    • InvalidTagException

      public InvalidTagException(String message)
      Constructs a new InvalidTagException with the specified error message.
      Parameters:
      message - Describes the error encountered.