Class: Aws::WorkSpaces::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The ‘TargetAccountId` is already linked or invited.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
566 567 568 569 570 |
# File 'lib/aws-sdk-workspaces/types.rb', line 566 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |