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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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 '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
# File 'lib/aws-sdk-workdocs/errors.rb', line 177

def entity_ids: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String