Class: Aws::RecycleBin::Types::ValidationException

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

Overview

One or more of the parameters in the request is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


911
912
913
914
915
916
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 911

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

#reasonString

The reason for the exception.

Returns:

  • (String)


911
912
913
914
915
916
# File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 911

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