Class: Aws::GlobalAccelerator::Types::IncorrectCidrStateException

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

Overview

The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be incorrect for this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2261
2262
2263
2264
2265
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2261

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