Class: Aws::SSM::Types::InvalidInstanceId

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

Overview

The following problems can cause this exception:

You do not have permission to access the instance.

SSM Agent is not running. Verify that SSM Agent is running.

SSM Agent is not registered with the SSM endpoint. Try reinstalling SSM Agent.

The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. Invalid states are: Shutting-down and Terminated.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9012
9013
9014
9015
# File 'lib/aws-sdk-ssm/types.rb', line 9012

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