Class: Aws::SecurityIR::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-securityir/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



199
200
201
# File 'lib/aws-sdk-securityir/errors.rb', line 199

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


204
# File 'lib/aws-sdk-securityir/errors.rb', line 204

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


214
# File 'lib/aws-sdk-securityir/errors.rb', line 214

def quota_code: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


219
# File 'lib/aws-sdk-securityir/errors.rb', line 219

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


223
224
225
# File 'lib/aws-sdk-securityir/errors.rb', line 223

def retryable?
  true
end

#service_codeString

Returns:

  • (String)


209
# File 'lib/aws-sdk-securityir/errors.rb', line 209

def service_code: () -> ::String

#throttling?Boolean

Returns:

  • (Boolean)


227
228
229
# File 'lib/aws-sdk-securityir/errors.rb', line 227

def throttling?
  true
end