Class NotAuthorizedException

All Implemented Interfaces:
Serializable

public class NotAuthorizedException extends AmazonServiceException

This exception gets thrown when a user is not authorized.

See Also:
  • Constructor Details

    • NotAuthorizedException

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