Class: Aws::EntityResolution::Errors::ExceedsLimitException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EntityResolution::Errors::ExceedsLimitException
- Defined in:
- lib/aws-sdk-entityresolution/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ExceedsLimitException
constructor
A new instance of ExceedsLimitException.
- #message ⇒ String
- #quota_name ⇒ String
- #quota_value ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ExceedsLimitException
Returns a new instance of ExceedsLimitException.
79 80 81 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 79 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
84 85 86 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 84 def @message || @data[:message] end |
#quota_name ⇒ String
89 90 91 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 89 def quota_name @data[:quota_name] end |
#quota_value ⇒ String
94 95 96 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 94 def quota_value @data[:quota_value] end |