Class: Aws::Lambda::Types::EFSMountConnectivityException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The Lambda function couldn't make a network connection to the configured file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1649
1650
1651
1652
1653
1654
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1649

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

#typeString

Returns:

  • (String)


1649
1650
1651
1652
1653
1654
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1649

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