Class: Aws::WorkSpacesWeb::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::WorkSpacesWeb::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-workspacesweb/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.
170 171 172 |
# File 'lib/aws-sdk-workspacesweb/errors.rb', line 170 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
175 |
# File 'lib/aws-sdk-workspacesweb/errors.rb', line 175
def message: () -> ::String
|
#quota_code ⇒ String
185 |
# File 'lib/aws-sdk-workspacesweb/errors.rb', line 185
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
190 |
# File 'lib/aws-sdk-workspacesweb/errors.rb', line 190
def retry_after_seconds: () -> ::String
|
#service_code ⇒ String
180 |
# File 'lib/aws-sdk-workspacesweb/errors.rb', line 180
def service_code: () -> ::String
|