pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hdinsight.kotlin.outputs
/
ErrorsResponse
Errors
Response
data
class
ErrorsResponse
(
val
code
:
String
?
=
null
,
val
message
:
String
?
=
null
)
The error message associated with the cluster creation.
Types
Constructors
Properties
Constructors
Errors
Response
Link copied to clipboard
fun
ErrorsResponse
(
code
:
String
?
=
null
,
message
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
String
?
=
null
The error code.
message
Link copied to clipboard
val
message
:
String
?
=
null
The error message.