Class: Aws::FSx::Errors::ServiceLimitExceeded
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::ServiceLimitExceeded
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceeded
constructor
A new instance of ServiceLimitExceeded.
- #limit ⇒ String
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceLimitExceeded
Returns a new instance of ServiceLimitExceeded.
567 568 569 |
# File 'lib/aws-sdk-fsx/errors.rb', line 567 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit ⇒ String
572 573 574 |
# File 'lib/aws-sdk-fsx/errors.rb', line 572 def limit @data[:limit] end |
#message ⇒ String
577 578 579 |
# File 'lib/aws-sdk-fsx/errors.rb', line 577 def @message || @data[:message] end |