Class: Aws::Detective::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb
Overview
The request cannot be completed because too many other requests are occurring at the same time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1772 1773 1774 1775 1776 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1772 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |