Class InvalidTagParameterException

All Implemented Interfaces:
Serializable

public class InvalidTagParameterException extends AmazonServiceException

This exception is thrown when the key or value specified for the tag does not match the regular expression ^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$ .

See Also:
  • Constructor Details

    • InvalidTagParameterException

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