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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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