Class: Aws::WorkDocs::Types::EntityAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::EntityAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The resource already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-workdocs/types.rb', line 1551 class EntityAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |