Class: Aws::SecurityHub::Errors::ServiceQuotaExceededException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-securityhub/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException

Returns a new instance of ServiceQuotaExceededException.

Parameters:



297
298
299
# File 'lib/aws-sdk-securityhub/errors.rb', line 297

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString

Returns:

  • (String)


307
# File 'lib/aws-sdk-securityhub/errors.rb', line 307

def code: () -> ::String

#messageString

Returns:

  • (String)


302
# File 'lib/aws-sdk-securityhub/errors.rb', line 302

def message: () -> ::String