Class: Aws::SSM::Types::InvalidOptionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidOptionException
- Defined in:
- gems/aws-sdk-ssm/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
#message ⇒ String
11044 11045 11046 11047 11048 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11044 class InvalidOptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |