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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


1608
1609
1610
1611
1612
1613
1614
1615
# File 'lib/aws-sdk-securityir/types.rb', line 1608

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)


1608
1609
1610
1611
1612
1613
1614
1615
# File 'lib/aws-sdk-securityir/types.rb', line 1608

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)


1608
1609
1610
1611
1612
1613
1614
1615
# File 'lib/aws-sdk-securityir/types.rb', line 1608

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)


1608
1609
1610
1611
1612
1613
1614
1615
# File 'lib/aws-sdk-securityir/types.rb', line 1608

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