toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
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.
Members
Constructors
Errors
Response
Link copied to clipboard
constructor
(
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.