Class: Aws::CloudWatchEvidently::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevidently/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

Instance Attribute Details

#messageString

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3112

class ThrottlingException < Struct.new(
  :message,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The ID of the service quota that was exceeded.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3112

class ThrottlingException < Struct.new(
  :message,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The ID of the service that is associated with the error.

Returns:

  • (String)


3112
3113
3114
3115
3116
3117
3118
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 3112

class ThrottlingException < Struct.new(
  :message,
  :quota_code,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end