Class: Aws::GlobalAccelerator::Types::InvalidPortRangeException

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

Overview

The port numbers that you specified are not valid numbers or are not unique for this accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2314
2315
2316
2317
2318
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2314

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