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
Returns a new instance of EntityNotExistsException.
167 168 169 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 167 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#entity_ids ⇒ String
177 178 179 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 177 def entity_ids @data[:entity_ids] end |
#message ⇒ String
172 173 174 |
# File 'lib/aws-sdk-workdocs/errors.rb', line 172 def @message || @data[:message] end |