Class: Aws::CloudWatchRUM::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb

Overview

The request was throttled because of quota limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1558

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

#quota_codeString

The ID of the service quota that was exceeded.

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1558

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

#retry_after_secondsInteger

The value of a parameter in the request caused an error.

Returns:

  • (Integer)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1558

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

#service_codeString

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

Returns:

  • (String)


1558
1559
1560
1561
1562
1563
1564
1565
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1558

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