Class: Aws::Signer::Types::ResourceNotFoundException

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

Overview

A specified resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


977
978
979
980
981
982
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 977

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

#messageString

Returns:

  • (String)


977
978
979
980
981
982
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 977

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