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
31406 31407 31408 31409 31410 31411 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31406 class ServiceQuotaExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
31406 31407 31408 31409 31410 31411 |
# File 'lib/aws-sdk-securityhub/types.rb', line 31406 class ServiceQuotaExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |