Class: Aws::SecurityHub::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The request was rejected because it would exceed the service quota limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
31602 31603 31604 31605 31606 31607 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31602 class ServiceQuotaExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
31602 31603 31604 31605 31606 31607 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31602 class ServiceQuotaExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |