Class: Aws::EFS::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EFS::Errors::ThrottlingException
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
-
#error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
624 625 626 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 624 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
629 630 631 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 629 def error_code @data[:error_code] end |
#message ⇒ String
634 635 636 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 634 def @message || @data[:message] end |