Class: Aws::CodeConnections::Types::SyncBlockerDoesNotExistException

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

Overview

Unable to continue. The sync blocker does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1413
1414
1415
1416
1417
# File 'lib/aws-sdk-codeconnections/types.rb', line 1413

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