Class: Aws::CloudWatchEvidently::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
The request was denied because of request throttling. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#service_code ⇒ String
The ID of the service that is associated with the error.
Instance Attribute Details
#message ⇒ String
3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3112 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3112 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The ID of the service that is associated with the error.
3112 3113 3114 3115 3116 3117 3118 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 3112 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |