Class: Aws::MigrationHubOrchestrator::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::ConflictException
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
This exception is thrown when an attempt to update or delete a resource would cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
34 35 36 37 38 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 34 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |