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

Inherits:
ServiceError
  • Object
show all
Defined in:
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:



255
256
257
# File 'lib/aws-sdk-securityhub/errors.rb', line 255

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

Instance Method Details

#codeString

Returns:

  • (String)


265
266
267
# File 'lib/aws-sdk-securityhub/errors.rb', line 265

def code
  @code || @data[:code]
end

#messageString

Returns:

  • (String)


260
261
262
# File 'lib/aws-sdk-securityhub/errors.rb', line 260

def message
  @message || @data[:message]
end