Class: Aws::SSM::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13760
13761
13762
13763
# File 'lib/aws-sdk-ssm/types.rb', line 13760

class ResourceInUseException < Struct.new(
  :message)
  include Aws::Structure
end