Class: Aws::GlobalAccelerator::Types::ByoipCidrNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/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

#messageString

Returns:

  • (String)


592
593
594
595
596
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 592

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