Class: Aws::SSM::Types::InvalidDeleteInventoryParametersException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

One or more of the parameters specified for the delete operation isn’t valid. Verify all parameters and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9826
9827
9828
9829
9830
# File 'lib/aws-sdk-ssm/types.rb', line 9826

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