Class: Aws::Comprehend::Errors::TooManyTagKeysException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Comprehend::Errors::TooManyTagKeysException
- Defined in:
- lib/aws-sdk-comprehend/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTagKeysException
constructor
A new instance of TooManyTagKeysException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTagKeysException
Returns a new instance of TooManyTagKeysException.
263 264 265 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 263 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
268 269 270 |
# File 'lib/aws-sdk-comprehend/errors.rb', line 268 def @message || @data[:message] end |