Class AuthorizationErrorException

All Implemented Interfaces:
Serializable

public class AuthorizationErrorException extends AmazonServiceException

The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.

See Also:
  • Constructor Details

    • AuthorizationErrorException

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