Class: Aws::EFS::Errors::ThroughputLimitExceeded
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EFS::Errors::ThroughputLimitExceeded
- Defined in:
- lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThroughputLimitExceeded
constructor
A new instance of ThroughputLimitExceeded.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThroughputLimitExceeded
Returns a new instance of ThroughputLimitExceeded.
644 645 646 |
# File 'lib/aws-sdk-efs/errors.rb', line 644 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
649 650 651 |
# File 'lib/aws-sdk-efs/errors.rb', line 649 def error_code @data[:error_code] end |
#message ⇒ String
654 655 656 |
# File 'lib/aws-sdk-efs/errors.rb', line 654 def @message || @data[:message] end |