Class: Aws::Inspector2::Types::ThrottlingException

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

Overview

The limit on the number of requests per second was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8452
8453
8454
8455
8456
8457
# File 'lib/aws-sdk-inspector2/types.rb', line 8452

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the request.

Returns:

  • (Integer)


8452
8453
8454
8455
8456
8457
# File 'lib/aws-sdk-inspector2/types.rb', line 8452

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