Class: Aws::SSM::Types::InvalidActivation

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

Overview

The activation is not valid. The activation might have been deleted, or the ActivationId and the ActivationCode do not match.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8750
8751
8752
8753
# File 'lib/aws-sdk-ssm/types.rb', line 8750

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