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
1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1796 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |