Class: Aws::SNS::Errors::KMSThrottlingException Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-sns/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use ‘KMSThrottling` instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of KMSThrottlingException.

Parameters:



414
415
416
# File 'lib/aws-sdk-sns/errors.rb', line 414

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

Instance Method Details

#messageString

Returns:

  • (String)


419
420
421
# File 'lib/aws-sdk-sns/errors.rb', line 419

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