pulumi-gcp-kotlin
6.65.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.networkconnectivity.kotlin.outputs
/
ServiceConnectionPolicyPscConnectionError
Service
Connection
Policy
Psc
Connection
Error
data
class
ServiceConnectionPolicyPscConnectionError
(
val
code
:
Int
?
=
null
,
val
message
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Service
Connection
Policy
Psc
Connection
Error
Link copied to clipboard
fun
ServiceConnectionPolicyPscConnectionError
(
code
:
Int
?
=
null
,
message
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
code
Link copied to clipboard
val
code
:
Int
?
=
null
The status code, which should be an enum value of google.rpc.Code.
message
Link copied to clipboard
val
message
:
String
?
=
null
A developer-facing error message.