Class: Aws::DevOpsGuru::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



149
150
151
# File 'lib/aws-sdk-devopsguru/errors.rb', line 149

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

Instance Method Details

#messageString

Returns:

  • (String)


154
# File 'lib/aws-sdk-devopsguru/errors.rb', line 154

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


159
# File 'lib/aws-sdk-devopsguru/errors.rb', line 159

def quota_code: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


169
# File 'lib/aws-sdk-devopsguru/errors.rb', line 169

def retry_after_seconds: () -> ::String

#service_codeString

Returns:

  • (String)


164
# File 'lib/aws-sdk-devopsguru/errors.rb', line 164

def service_code: () -> ::String