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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2000
2001
2002
2003
2004
2005
# File 'lib/aws-sdk-lambda/types.rb', line 2000

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

#typeString

Returns:

  • (String)


2000
2001
2002
2003
2004
2005
# File 'lib/aws-sdk-lambda/types.rb', line 2000

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