Class: Aws::SSM::Types::InvalidAssociationVersion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::InvalidAssociationVersion
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
The version you specified isn’t valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the ‘$LATEST` parameter to view the latest version of the association.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      10185 10186 10187 10188 10189  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 10185 class InvalidAssociationVersion < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |