Class: Aws::SSM::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceInUseException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
17077 17078 17079 17080 17081 |
# File 'lib/aws-sdk-ssm/types.rb', line 17077 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |