Class: Aws::WorkSpaces::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
You either haven’t provided a TargetAccountId or are using the same value for TargetAccountId and SourceAccountId.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5374 5375 5376 5377 5378 |
# File 'lib/aws-sdk-workspaces/types.rb', line 5374 class ValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |