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
10246 10247 10248 10249 10250 |
# File 'lib/aws-sdk-ssm/types.rb', line 10246 class InvalidDeleteInventoryParametersException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |