Class: Aws::WorkDocs::Types::EntityNotExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::EntityNotExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_ids ⇒ Array<String>
The IDs of the non-existent resources.
- #message ⇒ String
Instance Attribute Details
#entity_ids ⇒ Array<String>
The IDs of the non-existent resources.
1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1568 class EntityNotExistsException < Struct.new( :message, :entity_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1568 class EntityNotExistsException < Struct.new( :message, :entity_ids) SENSITIVE = [] include Aws::Structure end |