Class: Aws::KafkaConnect::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
HTTP Status Code 503: Service Unavailable. Retrying your request in some time might resolve the issue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1742 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |