Class: Aws::SSMIncidents::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



169
170
171
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 169

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

Instance Method Details

#messageString

Returns:

  • (String)


174
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 174

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


179
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 179

def quota_code: () -> ::String

#service_codeString

Returns:

  • (String)


184
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 184

def service_code: () -> ::String