Class: Aws::GlobalAccelerator::Types::ByoipCidrNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ByoipCidrNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
The CIDR that you specified was not found or is incorrect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
592 593 594 595 596 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 592 class ByoipCidrNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |