EC2MetadataError

Exception thrown when an error occurs retrieving metadata from IMDS

Parameters

status

The HTTP status code of the response

message

The error message

Constructors

Link copied to clipboard
constructor(statusCode: Int, message: String)
constructor(status: HttpStatusCode, message: String)

Properties

Link copied to clipboard
Link copied to clipboard

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String
Link copied to clipboard