Class: Aws::ACM::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



289
290
291
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 289

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

Instance Method Details

#messageString

Returns:

  • (String)


294
295
296
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 294

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

#throttling_reasonsString

Returns:

  • (String)


299
300
301
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/errors.rb', line 299

def throttling_reasons
  @data[:throttling_reasons]
end