Class: Aws::S3Files::Errors::ServiceQuotaExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ServiceQuotaExceededException.

Parameters:



118
119
120
# File 'lib/aws-sdk-s3files/errors.rb', line 118

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

Instance Method Details

#error_codeString

Returns:

  • (String)


123
# File 'lib/aws-sdk-s3files/errors.rb', line 123

def error_code: () -> ::String

#messageString

Returns:

  • (String)


128
# File 'lib/aws-sdk-s3files/errors.rb', line 128

def message: () -> ::String