Class: Aws::SSM::Types::InvalidAssociationVersion

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The version you specified is not 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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8817
8818
8819
8820
# File 'lib/aws-sdk-ssm/types.rb', line 8817

class InvalidAssociationVersion < Struct.new(
  :message)
  include Aws::Structure
end