Class: Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::ActivationFailed
- Inherits:
-
Object
- Object
- Google::Cloud::PrivilegedAccessManager::V1::Grant::Timeline::Event::ActivationFailed
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb
Overview
An event representing that the grant activation failed.
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
readonly
Output only.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status (readonly)
Returns Output only. The error that occurred while activating the grant.
706 707 708 709 |
# File 'proto_docs/google/cloud/privilegedaccessmanager/v1/privilegedaccessmanager.rb', line 706 class ActivationFailed include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |