Class: Aws::Snowball::Types::InvalidResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::InvalidResourceException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
The specified resource can’t be found. Check the information you provided in your last request, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_type ⇒ String
The provided resource value is invalid.
Instance Attribute Details
#message ⇒ String
1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-snowball/types.rb', line 1355 class InvalidResourceException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The provided resource value is invalid.
1355 1356 1357 1358 1359 1360 |
# File 'lib/aws-sdk-snowball/types.rb', line 1355 class InvalidResourceException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |