Class: Aws::Snowball::Types::InvalidResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::InvalidResourceException
- Defined in:
- gems/aws-sdk-snowball/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
1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1560 class InvalidResourceException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The provided resource value is invalid.
1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1560 class InvalidResourceException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |