Class: Aws::LambdaMicrovms::Types::ResourceConflictException

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

Overview

The resource already exists, or another operation is in progress.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1687

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

#typeString

The exception type.

Returns:

  • (String)


1687
1688
1689
1690
1691
1692
# File 'lib/aws-sdk-lambdamicrovms/types.rb', line 1687

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