Class: Aws::FSx::Errors::ServiceLimitExceeded
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::ServiceLimitExceeded
- Defined in:
- gems/aws-sdk-fsx/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.
535 536 537 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 535 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#limit ⇒ String
540 541 542 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 540 def limit @data[:limit] end |
#message ⇒ String
545 546 547 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 545 def @message || @data[:message] end |