Class: Aws::AppFabric::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The request rate exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code for the quota exceeded.
-
#retry_after_seconds ⇒ Integer
The period of time after which you should retry your request.
-
#service_code ⇒ String
The code of the service.
Instance Attribute Details
#message ⇒ String
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1712 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code for the quota exceeded.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1712 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The period of time after which you should retry your request.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1712 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code of the service.
1712 1713 1714 1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1712 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |