Class: Aws::DevOpsGuru::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::DevOpsGuru::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-devopsguru/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #quota_code ⇒ String
- #retry_after_seconds ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
149 150 151 |
# File 'lib/aws-sdk-devopsguru/errors.rb', line 149 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
154 |
# File 'lib/aws-sdk-devopsguru/errors.rb', line 154
def message: () -> ::String
|
#quota_code ⇒ String
159 |
# File 'lib/aws-sdk-devopsguru/errors.rb', line 159
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
169 |
# File 'lib/aws-sdk-devopsguru/errors.rb', line 169
def retry_after_seconds: () -> ::String
|
#service_code ⇒ String
164 |
# File 'lib/aws-sdk-devopsguru/errors.rb', line 164
def service_code: () -> ::String
|