Class: Aws::WorkDocs::Errors::EntityNotExistsException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-workdocs/errors.rb

Instance Method Summary collapse

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, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#entity_idsString



124
125
126
# File 'lib/aws-sdk-workdocs/errors.rb', line 124

def entity_ids
  @data[:entity_ids]
end

#messageString



119
120
121
# File 'lib/aws-sdk-workdocs/errors.rb', line 119

def message
  @message || @data[:message]
end