Class: Aws::ManagedGrafana::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
The request was denied because of request throttling. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description of the error.
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
-
#service_code ⇒ String
The ID of the service that is associated with the error.
Instance Attribute Details
#message ⇒ String
A description of the error.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1518 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1518 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1518 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The ID of the service that is associated with the error.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1518 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |