Class ServiceUnavailableException

All Implemented Interfaces:
Serializable

public class ServiceUnavailableException extends AmazonServiceException

The service is unavailable, back off and retry the operation. If you continue to see the exception, throughput limits for the delivery stream may have been exceeded. For more information about limits and how to request an increase, see Amazon Kinesis Firehose Limits.

See Also:
  • Constructor Details

    • ServiceUnavailableException

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