Class: Aws::SSM::Types::InvalidInstanceId
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidInstanceId
- Defined in:
- gems/aws-sdk-ssm/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10227 10228 10229 10230 10231 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10227 class InvalidInstanceId < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |