Class InvalidAuthenticationCodeException

All Implemented Interfaces:
Serializable

public class InvalidAuthenticationCodeException extends AmazonServiceException

The request was rejected because the authentication code was not recognized. The error message describes the specific error.

See Also:
  • Constructor Details

    • InvalidAuthenticationCodeException

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