Class: Aws::CodeGuruProfiler::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeGuruProfiler::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-codeguruprofiler/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
97 98 99 |
# File 'lib/aws-sdk-codeguruprofiler/errors.rb', line 97 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
102 103 104 |
# File 'lib/aws-sdk-codeguruprofiler/errors.rb', line 102 def @message || @data[:message] end |
#retryable? ⇒ Boolean
106 107 108 |
# File 'lib/aws-sdk-codeguruprofiler/errors.rb', line 106 def retryable? true end |