Exception: Gcloud::PermissionDeniedError
- Defined in:
- lib/gcloud/errors.rb
Overview
PermissionDenied indicates the caller does not have permission to execute the specified operation. It must not be used for rejections caused by exhausting some resource (use ResourceExhausted instead for those errors). It must not be used if the caller cannot be identified (use Unauthenticated instead for those errors).
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
from_error, #initialize, klass_for
Constructor Details
This class inherits a constructor from Gcloud::Error