Class: Aws::Glacier::Types::ResourceNotFoundException

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

Overview

Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

404 Not Found

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2015

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

#messageString

Returned if the specified resource (such as a vault, upload ID, or job ID) doesn't exist.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2015

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

#typeString

Client

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2015

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