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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


16192
16193
16194
16195
16196
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 16192

class ResourceInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end