Class: Aws::NetworkManager::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::NetworkManager::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-networkmanager/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
195 196 197 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 195 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
200 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 200
def message: () -> ::String
|
#retry_after_seconds ⇒ String
205 |
# File 'lib/aws-sdk-networkmanager/errors.rb', line 205
def retry_after_seconds: () -> ::String
|