Class: Aws::Firehose::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
The service is unavailable. Back off and retry the operation. If you continue to see the exception, throughput limits for the Firehose stream may have been exceeded. For more information about limits and how to request an increase, see Amazon Firehose Limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
4851 4852 4853 4854 4855 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4851 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |