Class: Aws::SecurityHub::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
32776 32777 32778 32779 32780 32781 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32776 class ThrottlingException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
32776 32777 32778 32779 32780 32781 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32776 class ThrottlingException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |