Class: Aws::SSM::Types::InvalidActivationId

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

Overview

The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9843
9844
9845
9846
9847
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9843

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