Class: Aws::Evs::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



123
124
125
# File 'lib/aws-sdk-evs/errors.rb', line 123

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

Instance Method Details

#messageString

Returns:

  • (String)


128
# File 'lib/aws-sdk-evs/errors.rb', line 128

def message: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


133
# File 'lib/aws-sdk-evs/errors.rb', line 133

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


137
138
139
# File 'lib/aws-sdk-evs/errors.rb', line 137

def retryable?
  true
end