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

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

Overview

The activation isn’t valid. The activation might have been deleted, or the ActivationId and the ActivationCode don’t match.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9829
9830
9831
9832
9833
# File 'lib/aws-sdk-ssm/types.rb', line 9829

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