Class: Google::Cloud::ConfigDelivery::V1::FleetPackageError
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigDelivery::V1::FleetPackageError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/configdelivery/v1/config_delivery.rb
Overview
Information representing an error encountered during rolling out configurations.
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Optional.
Instance Attribute Details
#error_message ⇒ ::String
Returns Optional. A description of the error.
412 413 414 415 |
# File 'proto_docs/google/cloud/configdelivery/v1/config_delivery.rb', line 412 class FleetPackageError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |