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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


43587
43588
43589
43590
43591
43592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43587

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

#messageString

The error message for the VPC endpoint error.

Returns:

  • (String)


43587
43588
43589
43590
43591
43592
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43587

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