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

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


4185
4186
4187
4188
4189
4190
4191
4192
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4185

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

#quota_codeString

Reached throttling quota exception.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4185

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

#retry_after_secondsString

Reached throttling quota exception will retry after x seconds.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4185

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

#service_codeString

Reached throttling quota exception service code.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 4185

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