Class: Aws::Imagebuilder::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Imagebuilder::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-imagebuilder/errors.rb
Instance Method Summary collapse
-
#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.
317 318 319 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 317 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
322 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 322
def message: () -> ::String
|