Class: Aws::SecurityIR::Types::ThrottlingException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
1415
1416
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409

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

#quota_codeString

The quota code of the exception.

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
1415
1416
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409

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

#retry_after_secondsInteger

The number of seconds after which to retry the request.

Returns:

  • (Integer)


1409
1410
1411
1412
1413
1414
1415
1416
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409

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

#service_codeString

The service code of the exception.

Returns:

  • (String)


1409
1410
1411
1412
1413
1414
1415
1416
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1409

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