Class: Aws::SSM::Types::AlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AlreadyExistsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
230 231 232 233 234 |
# File 'lib/aws-sdk-ssm/types.rb', line 230 class AlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |