EC2MetadataError

class EC2MetadataError(val statusCode: Int, message: String) : AwsServiceException

Exception thrown when an error occurs retrieving metadata from IMDS

Parameters

statusCode

The raw HTTP status code of the response

message

The error message

Constructors

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

Properties

Link copied to clipboard

Inherited properties

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