aws-sdk-wafv2 1.29.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -36,6 +36,7 @@ module Aws::WAFV2
36
36
  # * {WAFInvalidPermissionPolicyException}
37
37
  # * {WAFInvalidResourceException}
38
38
  # * {WAFLimitsExceededException}
39
+ # * {WAFLogDestinationPermissionIssueException}
39
40
  # * {WAFNonexistentItemException}
40
41
  # * {WAFOptimisticLockException}
41
42
  # * {WAFServiceLinkedRoleErrorException}
@@ -200,6 +201,21 @@ module Aws::WAFV2
200
201
  end
201
202
  end
202
203
 
204
+ class WAFLogDestinationPermissionIssueException < ServiceError
205
+
206
+ # @param [Seahorse::Client::RequestContext] context
207
+ # @param [String] message
208
+ # @param [Aws::WAFV2::Types::WAFLogDestinationPermissionIssueException] data
209
+ def initialize(context, message, data = Aws::EmptyStructure.new)
210
+ super(context, message, data)
211
+ end
212
+
213
+ # @return [String]
214
+ def message
215
+ @message || @data[:message]
216
+ end
217
+ end
218
+
203
219
  class WAFNonexistentItemException < ServiceError
204
220
 
205
221
  # @param [Seahorse::Client::RequestContext] context