Class: Aws::SSM::Types::InvalidDeleteInventoryParametersException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidDeleteInventoryParametersException
- 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
#message ⇒ String
10258 10259 10260 10261 10262 |
# File 'lib/aws-sdk-ssm/types.rb', line 10258 class InvalidDeleteInventoryParametersException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |