Class: Aws::LambdaMicrovms::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ServiceException
- 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
- #message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
1900 1901 1902 1903 1904 1905 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1900 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
1900 1901 1902 1903 1904 1905 |
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1900 class ServiceException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |