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
16563 16564 16565 16566 16567 |
# File 'lib/aws-sdk-ssm/types.rb', line 16563 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |