Class: Aws::Signer::Types::NotFoundException

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

Overview

The signing profile was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


824
825
826
827
828
829
# File 'lib/aws-sdk-signer/types.rb', line 824

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

#messageString

Returns:

  • (String)


824
825
826
827
828
829
# File 'lib/aws-sdk-signer/types.rb', line 824

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