Class: Aws::Pipes::Types::ThrottlingException

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

Overview

An action was throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2970

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

#quota_codeString

The identifier of the quota that caused the exception.

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2970

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the action that caused the exception.

Returns:

  • (Integer)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2970

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

#service_codeString

The identifier of the service that caused the exception.

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2970

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