Class: Aws::EFS::Errors::InsufficientThroughputCapacity
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EFS::Errors::InsufficientThroughputCapacity
- Defined in:
- lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InsufficientThroughputCapacity
constructor
A new instance of InsufficientThroughputCapacity.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InsufficientThroughputCapacity
Returns a new instance of InsufficientThroughputCapacity.
344 345 346 |
# File 'lib/aws-sdk-efs/errors.rb', line 344 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
349 350 351 |
# File 'lib/aws-sdk-efs/errors.rb', line 349 def error_code @data[:error_code] end |
#message ⇒ String
354 355 356 |
# File 'lib/aws-sdk-efs/errors.rb', line 354 def @message || @data[:message] end |