Class: Aws::WorkSpaces::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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

#messageString

Returns:

  • (String)


4354
4355
4356
4357
4358
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4354

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