Class: Aws::BCMDataExports::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



138
139
140
# File 'lib/aws-sdk-bcmdataexports/errors.rb', line 138

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

Instance Method Details

#messageString

Returns:

  • (String)


143
# File 'lib/aws-sdk-bcmdataexports/errors.rb', line 143

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


148
# File 'lib/aws-sdk-bcmdataexports/errors.rb', line 148

def quota_code: () -> ::String

#service_codeString

Returns:

  • (String)


153
# File 'lib/aws-sdk-bcmdataexports/errors.rb', line 153

def service_code: () -> ::String