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 (readonly)

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

Returns:

  • (::Google::Rpc::Status)

    Output only. Original error response from underlying Google API, if available.



770
771
772
773
# File 'proto_docs/google/cloud/config/v1/config.rb', line 770

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.



770
771
772
773
# File 'proto_docs/google/cloud/config/v1/config.rb', line 770

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.



770
771
772
773
# File 'proto_docs/google/cloud/config/v1/config.rb', line 770

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.



770
771
772
773
# File 'proto_docs/google/cloud/config/v1/config.rb', line 770

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