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)


43156
43157
43158
43159
43160
43161
# File 'lib/aws-sdk-ec2/types.rb', line 43156

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

#messageString

The error message for the VPC endpoint error.

Returns:

  • (String)


43156
43157
43158
43159
43160
43161
# File 'lib/aws-sdk-ec2/types.rb', line 43156

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