Class: Aws::WorkDocs::Errors::EntityNotExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkDocs::Errors::EntityNotExistsException
- Defined in:
- lib/aws-sdk-workdocs/errors.rb
Instance Method Summary collapse
- #entity_ids ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotExistsException
constructor
A new instance of EntityNotExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotExistsException
114 115 116 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 114 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#entity_ids ⇒ String
124 125 126 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 124 def entity_ids @data[:entity_ids] end |
#message ⇒ String
119 120 121 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 119 def @message || @data[:message] end |