Class NotAuthorizedException

All Implemented Interfaces:
Serializable

public class NotAuthorizedException extends AmazonServiceException
Thrown when a user is not authorized to access the requested resource.
See Also:
  • Constructor Details

    • NotAuthorizedException

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