Class: Aws::VPCLattice::Types::DeleteTargetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the target group.



1710
1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-vpclattice/types.rb', line 1710

class DeleteTargetGroupResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the target group.



1710
1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-vpclattice/types.rb', line 1710

class DeleteTargetGroupResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status. You can retry the operation if the status is ‘DELETE_FAILED`. However, if you retry it while the status is `DELETE_IN_PROGRESS`, the status doesn’t change.



1710
1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-vpclattice/types.rb', line 1710

class DeleteTargetGroupResponse < Struct.new(
  :id,
  :arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end