
commonMain.aws.sdk.kotlin.services.emr.model.ErrorDetail.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.emr.model
/**
* A tuple that provides information about an error that caused a cluster to terminate.
*/
public class ErrorDetail private constructor(builder: Builder) {
/**
* The name or code that's associated with the error.
*/
public val errorCode: kotlin.String? = builder.errorCode
/**
* A list of key value pairs that provide contextual information to explain why the error may have occured.
*/
public val errorData: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy