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

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

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntityNotExistsException

Returns a new instance of EntityNotExistsException.

Parameters:



167
168
169
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 167

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#entity_idsString

Returns:

  • (String)


177
178
179
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 177

def entity_ids
  @data[:entity_ids]
end

#messageString

Returns:

  • (String)


172
173
174
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/errors.rb', line 172

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