Class: Aws::Signer::Types::ValidationException

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

Overview

You signing certificate could not be validated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-signer/types.rb', line 1728

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

#messageString

Returns:

  • (String)


1728
1729
1730
1731
1732
1733
# File 'lib/aws-sdk-signer/types.rb', line 1728

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