Class: Aws::SecurityHub::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
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

#codeString

Returns:

  • (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

#messageString

Returns:

  • (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