Class: Aws::InternetMonitor::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::InternetMonitor::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-internetmonitor/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retryable? ⇒ Boolean
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
181 182 183 |
# File 'lib/aws-sdk-internetmonitor/errors.rb', line 181 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
186 187 188 |
# File 'lib/aws-sdk-internetmonitor/errors.rb', line 186 def @message || @data[:message] end |
#retryable? ⇒ Boolean
190 191 192 |
# File 'lib/aws-sdk-internetmonitor/errors.rb', line 190 def retryable? true end |
#throttling? ⇒ Boolean
194 195 196 |
# File 'lib/aws-sdk-internetmonitor/errors.rb', line 194 def throttling? true end |