Class: Aws::GlobalAccelerator::Types::EndpointGroupAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::EndpointGroupAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
The endpoint group that you specified already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2189 2190 2191 2192 2193 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2189 class EndpointGroupAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |