Class: Aws::LambdaMicrovms::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::LambdaMicrovms::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-lambdamicrovms/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.
218 219 220 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/errors.rb', line 218 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
223 224 225 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/errors.rb', line 223 def @message || @data[:message] end |
#quota_code ⇒ String
243 244 245 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/errors.rb', line 243 def quota_code @data[:quota_code] end |
#resource_id ⇒ String
228 229 230 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/errors.rb', line 228 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
233 234 235 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/errors.rb', line 233 def resource_type @data[:resource_type] end |
#service_code ⇒ String
238 239 240 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/errors.rb', line 238 def service_code @data[:service_code] end |