Class: Aws::BillingConductor::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



174
175
176
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 174

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

Instance Method Details

#messageString

Returns:

  • (String)


179
180
181
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 179

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

#retry_after_secondsString

Returns:

  • (String)


184
185
186
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/errors.rb', line 184

def retry_after_seconds
  @data[:retry_after_seconds]
end