Class: Google::Cloud::ConfigService::V1::TerraformError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error::Google::Rpc::Status

Returns Original error response from underlying Google API, if available.

Returns:



711
712
713
714
# File 'proto_docs/google/cloud/config/v1/config.rb', line 711

class TerraformError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#error_description::String

Returns A human-readable error description.

Returns:

  • (::String)

    A human-readable error description.



711
712
713
714
# File 'proto_docs/google/cloud/config/v1/config.rb', line 711

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.

Returns:

  • (::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.



711
712
713
714
# File 'proto_docs/google/cloud/config/v1/config.rb', line 711

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.

Returns:

  • (::String)

    Address of the resource associated with the error, e.g. google_compute_network.vpc_network.



711
712
713
714
# File 'proto_docs/google/cloud/config/v1/config.rb', line 711

class TerraformError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end