Class: Aws::Types::VpcEndpointError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"ENDPOINT_NOT_FOUND", "SERVER_ERROR"

Returns the value of attribute error_code.

Returns:

  • ("ENDPOINT_NOT_FOUND", "SERVER_ERROR")


2577
2578
2579
# File 'sig/types.rbs', line 2577

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def error_message
  @error_message
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


2576
2577
2578
# File 'sig/types.rbs', line 2576

def vpc_endpoint_id
  @vpc_endpoint_id
end