Class: Aws::LambdaMicrovms::Types::ServiceException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambdamicrovms/types.rb

Overview

The AWS Lambda MicroVMs service encountered an internal error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1920

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

#typeString

The exception type.

Returns:

  • (String)


1920
1921
1922
1923
1924
1925
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1920

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