Class: Aws::CodeStarconnections::Types::SyncConfigurationStillExistsException

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

Overview

Unable to continue. The sync blocker still exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1518
1519
1520
1521
1522
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1518

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