Class: Aws::SSM::Types::AssociationExecutionDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AssociationExecutionDoesNotExist
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified execution ID doesn’t exist. Verify the ID number and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
688 689 690 691 692 |
# File 'lib/aws-sdk-ssm/types.rb', line 688 class AssociationExecutionDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |