Method: Aws::VPCLattice::Types::GetServiceNetworkVpcAssociationResponse#failure_code

Defined in:
lib/aws-sdk-vpclattice/types.rb

#failure_codeString

The failure code.

Returns:

  • (String)


2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
# File 'lib/aws-sdk-vpclattice/types.rb', line 2847

class GetServiceNetworkVpcAssociationResponse < Struct.new(
  :id,
  :status,
  :arn,
  :created_by,
  :created_at,
  :service_network_id,
  :service_network_name,
  :service_network_arn,
  :vpc_id,
  :security_group_ids,
  :private_dns_enabled,
  :failure_message,
  :failure_code,
  :last_updated_at,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end