EC2MetadataError

constructor(status: HttpStatusCode, message: String)

Parameters

status

The HTTP status code of the response

message

The error message


constructor(statusCode: Int, message: String)

Deprecated

This constructor passes HTTP status as an Int instead of as HttpStatusCode