Class: Aws::SSM::Types::InvalidOptionException

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

Overview

The delete inventory option specified isn’t valid. Verify the option and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10259
10260
10261
10262
10263
# File 'lib/aws-sdk-ssm/types.rb', line 10259

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