Class: Aws::MigrationHubRefactorSpaces::Types::ThrottlingException

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

Overview

Request was denied because the request was throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2289
2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289

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

#quota_codeString

Service quota requirement to identify originating quota. Reached throttling quota exception.

Returns:

  • (String)


2289
2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289

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.

Returns:

  • (Integer)


2289
2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289

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

#service_codeString

Service quota requirement to identify originating service. Reached throttling quota exception service code.

Returns:

  • (String)


2289
2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-migrationhubrefactorspaces/lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289

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