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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


9901
9902
9903
9904
9905
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9901

class InvalidAssociationVersion < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end