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
3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The originating quota.
3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The originating service.
3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3148 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |