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)


10101
10102
10103
10104
10105
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10101

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