Class: Aws::Glacier::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
-
#code ⇒ String
404 Not Found.
-
#message ⇒ String
Returned if the specified resource (such as a vault, upload ID, or job ID) doesn’t exist.
-
#type ⇒ String
Client.
Instance Attribute Details
#code ⇒ String
404 Not Found
2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-glacier/types.rb', line 2015 class ResourceNotFoundException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Returned if the specified resource (such as a vault, upload ID, or job ID) doesn’t exist.
2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-glacier/types.rb', line 2015 class ResourceNotFoundException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Client
2015 2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-glacier/types.rb', line 2015 class ResourceNotFoundException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |