Class: Aws::SSM::Types::InvalidOptionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidOptionException
- 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
#message ⇒ String
10566 10567 10568 10569 10570 |
# File 'lib/aws-sdk-ssm/types.rb', line 10566 class InvalidOptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |