Class: Aws::CodeStarconnections::Types::SyncBlockerDoesNotExistException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/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)


1407
1408
1409
1410
1411
# File 'gems/aws-sdk-codestarconnections/lib/aws-sdk-codestarconnections/types.rb', line 1407

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