Class: Google::Cloud::ConfigService::V1::TerraformError
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::TerraformError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Errors encountered during actuation using Terraform
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
Original error response from underlying Google API, if available.
-
#error_description ⇒ ::String
A human-readable error description.
-
#http_response_code ⇒ ::Integer
HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource.
-
#resource_address ⇒ ::String
Address of the resource associated with the error, e.g.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status
Returns Original error response from underlying Google API, if available.
769 770 771 772 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 769 class TerraformError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error_description ⇒ ::String
Returns A human-readable error description.
769 770 771 772 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 769 class TerraformError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_response_code ⇒ ::Integer
HTTP response code returned from Google Cloud Platform APIs when Terraform fails to provision the resource. If unset or 0, no HTTP response code was returned by Terraform.
769 770 771 772 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 769 class TerraformError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_address ⇒ ::String
Returns Address of the resource associated with the error,
e.g. google_compute_network.vpc_network.
769 770 771 772 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 769 class TerraformError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |