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
34123 34124 34125 34126 34127 34128 |
# File 'lib/aws-sdk-securityhub/types.rb', line 34123 class ThrottlingException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
34123 34124 34125 34126 34127 34128 |
# File 'lib/aws-sdk-securityhub/types.rb', line 34123 class ThrottlingException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |