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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10087
10088
10089
10090
10091
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10087

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