Class: Aws::Snowball::Errors::InvalidResourceException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Snowball::Errors::InvalidResourceException
- Defined in:
- lib/aws-sdk-snowball/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidResourceException
constructor
A new instance of InvalidResourceException.
- #message ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidResourceException
Returns a new instance of InvalidResourceException.
163 164 165 |
# File 'lib/aws-sdk-snowball/errors.rb', line 163 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
168 169 170 |
# File 'lib/aws-sdk-snowball/errors.rb', line 168 def @message || @data[:message] end |
#resource_type ⇒ String
173 174 175 |
# File 'lib/aws-sdk-snowball/errors.rb', line 173 def resource_type @data[:resource_type] end |