Class: Aws::GlobalAccelerator::Types::InvalidPortRangeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::InvalidPortRangeException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2314 2315 2316 2317 2318 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2314 class InvalidPortRangeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |