Class: Aws::LambdaMicrovms::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::LambdaMicrovms::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-lambdamicrovms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_code ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
202 203 204 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 202 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
207 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 207
def message: () -> ::String
|
#quota_code ⇒ String
227 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 227
def quota_code: () -> ::String
|
#resource_id ⇒ String
212 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 212
def resource_id: () -> ::String
|
#resource_type ⇒ String
217 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 217
def resource_type: () -> ::String
|
#service_code ⇒ String
222 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 222
def service_code: () -> ::String
|