Class: Aws::WorkSpaces::Types::UnsupportedNetworkConfigurationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

The configuration of this network is not supported for this operation, or your network configuration conflicts with the Amazon WorkSpaces management network IP range. For more information, see Configure a VPC for Amazon WorkSpaces.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4153
4154
4155
4156
4157
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4153

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