Class: Aws::WorkDocs::Errors::InvalidCommentOperationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkDocs::Errors::InvalidCommentOperationException
- Defined in:
- lib/aws-sdk-workdocs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCommentOperationException
constructor
A new instance of InvalidCommentOperationException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCommentOperationException
Returns a new instance of InvalidCommentOperationException.
232 233 234 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 232 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
237 238 239 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 237 def @message || @data[:message] end |