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 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)


9897
9898
9899
9900
9901
# File 'lib/aws-sdk-ssm/types.rb', line 9897

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