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)


3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3217

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

#quota_codeString

The identifier of the quota that caused the exception.

Returns:

  • (String)


3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3217

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

#retry_after_secondsInteger

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

Returns:

  • (Integer)


3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3217

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

#service_codeString

The identifier of the service that caused the exception.

Returns:

  • (String)


3217
3218
3219
3220
3221
3222
3223
3224
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3217

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