GoogleApi.Container.V1.Model.OperationError (google_api_container v0.57.0)
View SourceOperationError records errors seen from CloudKMS keys encountered during updates to DatabaseEncryption configuration.
Attributes
-
errorMessage(type:String.t, default:nil) - Description of the error seen during the operation. -
keyName(type:String.t, default:nil) - CloudKMS key resource that had the error. -
timestamp(type:DateTime.t, default:nil) - Time when the CloudKMS error was seen.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Container.V1.Model.OperationError{ errorMessage: String.t() | nil, keyName: String.t() | nil, timestamp: DateTime.t() | nil }