Class: Aws::LambdaMicrovms::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LambdaMicrovms::Types::ResourceConflictException
- Defined in:
- gems/aws-sdk-lambdamicrovms/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
-
#message ⇒ String
-
#type ⇒ String
The exception type.
Instance Attribute Details
#message ⇒ String
1687 1688 1689 1690 1691 1692 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 1687 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The exception type.
1687 1688 1689 1690 1691 1692 |
# File 'gems/aws-sdk-lambdamicrovms/lib/aws-sdk-lambdamicrovms/types.rb', line 1687 class ResourceConflictException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |