Class: Aws::Mgn::Types::ThrottlingException

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

Overview

Reached throttling quota exception.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-mgn/types.rb', line 6654

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

#quota_codeString

Reached throttling quota exception.

Returns:

  • (String)


6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-mgn/types.rb', line 6654

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

#retry_after_secondsString

Reached throttling quota exception will retry after x seconds.

Returns:

  • (String)


6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-mgn/types.rb', line 6654

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

#service_codeString

Reached throttling quota exception service code.

Returns:

  • (String)


6654
6655
6656
6657
6658
6659
6660
6661
# File 'lib/aws-sdk-mgn/types.rb', line 6654

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