Class: Aws::WorkSpacesWeb::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
There is a throttling error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The originating quota.
-
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
-
#service_code ⇒ String
The originating service.
Instance Attribute Details
#message ⇒ String
3515 3516 3517 3518 3519 3520 3521 3522 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3515 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The originating quota.
3515 3516 3517 3518 3519 3520 3521 3522 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3515 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
3515 3516 3517 3518 3519 3520 3521 3522 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3515 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The originating service.
3515 3516 3517 3518 3519 3520 3521 3522 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3515 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |