Class: Aws::Lambda::Types::EFSMountFailureException

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

Overview

The Lambda function couldn't mount the configured file system due to a permission or configuration issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1667

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

#typeString

Returns:

  • (String)


1667
1668
1669
1670
1671
1672
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1667

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