Class InsufficientPermissionsException

All Implemented Interfaces:
Serializable

public class InsufficientPermissionsException extends AmazonServiceException

The account does not have sufficient permission to perform the operation.

See Also:
  • Constructor Details

    • InsufficientPermissionsException

      public InsufficientPermissionsException(String message)
      Constructs a new InsufficientPermissionsException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details