Class: Aws::EC2::Types::LastError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The last error that occurred for a VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code for the VPC endpoint error.

Returns:

  • (String)


43696
43697
43698
43699
43700
43701
# File 'lib/aws-sdk-ec2/types.rb', line 43696

class LastError < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message for the VPC endpoint error.

Returns:

  • (String)


43696
43697
43698
43699
43700
43701
# File 'lib/aws-sdk-ec2/types.rb', line 43696

class LastError < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end