Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends AmazonServiceException

The client failed authentication. Such requests should not be retried without valid authentication credentials.

See Also:
  • Constructor Details

    • UnauthorizedException

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