Class OperationNotPermittedException

All Implemented Interfaces:
Serializable

public class OperationNotPermittedException extends AmazonServiceException

Returned when the caller does not have sufficient permissions to invoke the action.

See Also:
  • Constructor Details

    • OperationNotPermittedException

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