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
32756 32757 32758 32759 32760 32761 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32756 class ThrottlingException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
32756 32757 32758 32759 32760 32761 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32756 class ThrottlingException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |