Class: Aws::CodeGuruProfiler::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeGuruProfiler::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-codeguruprofiler/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
116 117 118 |
# File 'lib/aws-sdk-codeguruprofiler/errors.rb', line 116 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
121 122 123 |
# File 'lib/aws-sdk-codeguruprofiler/errors.rb', line 121 def @message || @data[:message] end |
#retryable? ⇒ Boolean
125 126 127 |
# File 'lib/aws-sdk-codeguruprofiler/errors.rb', line 125 def retryable? true end |