Class: Aws::Types::AwsLambdaFunctionEnvironmentError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


3151
3152
3153
# File 'sig/types.rbs', line 3151

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3152
3153
3154
# File 'sig/types.rbs', line 3152

def message
  @message
end