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
32617 32618 32619 32620 32621 32622 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32617 class ServiceQuotaExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
32617 32618 32619 32620 32621 32622 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32617 class ServiceQuotaExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |