Class: Aws::RecycleBin::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



102
103
104
# File 'lib/aws-sdk-recyclebin/errors.rb', line 102

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

Instance Method Details

#messageString

Returns:

  • (String)


107
# File 'lib/aws-sdk-recyclebin/errors.rb', line 107

def message: () -> ::String

#reasonString

Returns:

  • (String)


112
# File 'lib/aws-sdk-recyclebin/errors.rb', line 112

def reason: () -> ::String