Class: Aws::Deadline::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Your request exceeded a request rate quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextHash<String,String>

Information about the resources in use when the exception was thrown.

Returns:

  • (Hash<String,String>)


8435
8436
8437
8438
8439
8440
8441
8442
8443
# File 'lib/aws-sdk-deadline/types.rb', line 8435

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

#messageString

Returns:

  • (String)


8435
8436
8437
8438
8439
8440
8441
8442
8443
# File 'lib/aws-sdk-deadline/types.rb', line 8435

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

#quota_codeString

Identifies the quota that is being throttled.

Returns:

  • (String)


8435
8436
8437
8438
8439
8440
8441
8442
8443
# File 'lib/aws-sdk-deadline/types.rb', line 8435

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

#retry_after_secondsInteger

The number of seconds a client should wait before retrying the request.

Returns:

  • (Integer)


8435
8436
8437
8438
8439
8440
8441
8442
8443
# File 'lib/aws-sdk-deadline/types.rb', line 8435

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

#service_codeString

Identifies the service that is being throttled.

Returns:

  • (String)


8435
8436
8437
8438
8439
8440
8441
8442
8443
# File 'lib/aws-sdk-deadline/types.rb', line 8435

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