Class: Aws::GreengrassV2::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:



185
186
187
# File 'lib/aws-sdk-greengrassv2/errors.rb', line 185

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

Instance Method Details

#messageString

Returns:

  • (String)


190
# File 'lib/aws-sdk-greengrassv2/errors.rb', line 190

def message: () -> ::String

#quota_codeString

Returns:

  • (String)


195
# File 'lib/aws-sdk-greengrassv2/errors.rb', line 195

def quota_code: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


205
# File 'lib/aws-sdk-greengrassv2/errors.rb', line 205

def retry_after_seconds: () -> ::String

#service_codeString

Returns:

  • (String)


200
# File 'lib/aws-sdk-greengrassv2/errors.rb', line 200

def service_code: () -> ::String