Smaws_Client_EC2InstanceConnect.TypesThe requests were made too frequently and have been throttled. Wait a while and try again. To increase the limit on your request frequency, contact AWS Support.
The service encountered an error. Follow the instructions in the error message and try again.
Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.
Unable to start a serial console session. Please try again.
The instance currently has 1 active serial console session. Only 1 session is supported at a time.
Your account is not authorized to use the EC2 Serial Console. To authorize your account, run the EnableSerialConsoleAccess API. For more information, see EnableSerialConsoleAccess in the Amazon EC2 API Reference.
type nonrec send_serial_console_ssh_public_key_response = {success : success option;Is true if the request succeeds and an error otherwise.
*)request_id : request_id option;The ID of the request. Please provide this ID when contacting AWS Support for assistance.
*)}type nonrec send_serial_console_ssh_public_key_request = {ssh_public_key : ssh_public_key;The public key material. To use the public key, you must have the matching private key. For information about the supported key formats and lengths, see Requirements for key pairs in the Amazon EC2 User Guide.
*)serial_port : serial_port option;The serial port of the EC2 instance. Currently only port 0 is supported.
Default: 0
*)instance_id : instance_id;The ID of the EC2 instance.
*)}One of the parameters is not valid.
The instance is currently unavailable. Wait a few minutes and try again.
The instance type is not supported for connecting via the serial console. Only Nitro instance types are currently supported.
Unable to connect because the instance is not in a valid state. Connecting to a stopped or terminated instance is not supported. If the instance is stopped, start your instance, and try to connect again.
The specified instance was not found.
Either your AWS credentials are not valid or you do not have access to the EC2 instance.
type nonrec send_ssh_public_key_response = {success : success option;Is true if the request succeeds and an error otherwise.
*)request_id : request_id option;The ID of the request. Please provide this ID when contacting AWS Support for assistance.
*)}type nonrec send_ssh_public_key_request = {availability_zone : availability_zone option;The Availability Zone in which the EC2 instance was launched.
*)ssh_public_key : ssh_public_key;The public key material. To use the public key, you must have the matching private key.
*)instance_os_user : instance_os_user;The OS user on the EC2 instance for whom the key can be used to authenticate.
*)instance_id : instance_id;The ID of the EC2 instance.
*)}