Class: Aws::GreengrassV2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Your request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code for the quota in [Service Quotas].
-
#retry_after_seconds ⇒ Integer
The amount of time to wait before you retry the request.
-
#service_code ⇒ String
The code for the service in [Service Quotas].
Instance Attribute Details
#message ⇒ String
3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3014 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code for the quota in [Service Quotas].
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html
3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3014 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The amount of time to wait before you retry the request.
3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3014 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the service in [Service Quotas].
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html
3014 3015 3016 3017 3018 3019 3020 3021 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 3014 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |