Class: Aws::SSM::Types::DocumentAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DocumentAlreadyExists
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified document already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6495 6496 6497 6498 6499 |
# File 'lib/aws-sdk-ssm/types.rb', line 6495 class DocumentAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |