aws-sdk-partnercentralselling 1.19.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -54,6 +54,11 @@ module Aws::PartnerCentralSelling
54
54
  def message
55
55
  @message || @data[:message]
56
56
  end
57
+
58
+ # @return [String]
59
+ def reason
60
+ @data[:reason]
61
+ end
57
62
  end
58
63
 
59
64
  class ConflictException < ServiceError