Class: Aws::S3Files::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::S3Files::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-s3files/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
118 119 120 |
# File 'lib/aws-sdk-s3files/errors.rb', line 118 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
123 |
# File 'lib/aws-sdk-s3files/errors.rb', line 123
def error_code: () -> ::String
|
#message ⇒ String
128 |
# File 'lib/aws-sdk-s3files/errors.rb', line 128
def message: () -> ::String
|