Class: Aws::ManagedBlockchainQuery::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The request or operation couldn’t be performed because a service is throttling requests. The most common source of throttling errors is when you create resources that exceed your service limit for this resource type. Request a limit increase or delete unused resources, if possible.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The container for the exception message.
-
#quota_code ⇒ String
The container for the ‘quotaCode`.
-
#retry_after_seconds ⇒ Integer
The container of the ‘retryAfterSeconds` value.
-
#service_code ⇒ String
The container for the ‘serviceCode`.
Instance Attribute Details
#message ⇒ String
The container for the exception message.
803 804 805 806 807 808 809 810 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The container for the ‘quotaCode`.
803 804 805 806 807 808 809 810 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The container of the ‘retryAfterSeconds` value.
803 804 805 806 807 808 809 810 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The container for the ‘serviceCode`.
803 804 805 806 807 808 809 810 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 803 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |