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
10825 10826 10827 10828 10829 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10825 class InvalidOptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |