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
6598 6599 6600 6601 6602 |
# File 'lib/aws-sdk-ssm/types.rb', line 6598 class DocumentAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |