Class: Aws::WorkDocs::Types::EntityNotExistsException

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

Overview

The resource does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_idsArray<String>

The IDs of the non-existent resources.

Returns:

  • (Array<String>)


1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1568

class EntityNotExistsException < Struct.new(
  :message,
  :entity_ids)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1568
1569
1570
1571
1572
1573
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 1568

class EntityNotExistsException < Struct.new(
  :message,
  :entity_ids)
  SENSITIVE = []
  include Aws::Structure
end