Class: Aws::KafkaConnect::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
HTTP Status Code 500: Unexpected internal server error. Retrying your request might resolve the issue.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1154 1155 1156 1157 1158 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1154 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |