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

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


8220
8221
8222
8223
8224
8225
8226
8227
8228
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8220

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

#messageString

Returns:

  • (String)


8220
8221
8222
8223
8224
8225
8226
8227
8228
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8220

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

#quota_codeString

Identifies the quota that is being throttled.

Returns:

  • (String)


8220
8221
8222
8223
8224
8225
8226
8227
8228
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8220

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

#retry_after_secondsInteger

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

Returns:

  • (Integer)


8220
8221
8222
8223
8224
8225
8226
8227
8228
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8220

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

#service_codeString

Identifies the service that is being throttled.

Returns:

  • (String)


8220
8221
8222
8223
8224
8225
8226
8227
8228
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 8220

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