Class: Aws::Repostspace::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Repostspace::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-repostspace/types.rb
Overview
Request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code to identify the quota.
-
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
-
#service_code ⇒ String
The code to identify the service.
Instance Attribute Details
#message ⇒ String
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-repostspace/types.rb', line 681 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code to identify the quota.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-repostspace/types.rb', line 681 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.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-repostspace/types.rb', line 681 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code to identify the service.
681 682 683 684 685 686 687 688 |
# File 'lib/aws-sdk-repostspace/types.rb', line 681 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |