Class AuthorizationErrorException

All Implemented Interfaces:
Serializable

public class AuthorizationErrorException extends AmazonServiceException

Indicates that the user has been denied access to the requested resource.

See Also:
  • Constructor Details

    • AuthorizationErrorException

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