Class: Aws::SSM::Types::InvalidDeletionIdException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidDeletionIdException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The ID specified for the delete operation doesn’t exist or isn’t valid. Verify the ID and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10270 10271 10272 10273 10274 |
# File 'lib/aws-sdk-ssm/types.rb', line 10270 class InvalidDeletionIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |