Class: Aws::KafkaConnect::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
HTTP Status Code 429: Limit exceeded. Resource limit reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2051 2052 2053 2054 2055 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2051 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |