Class: Aws::Snowball::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Snowball::Errors::ConflictException
- Defined in:
- lib/aws-sdk-snowball/errors.rb
Instance Method Summary collapse
- #conflict_resource ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
68 69 70 |
# File 'lib/aws-sdk-snowball/errors.rb', line 68 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#conflict_resource ⇒ String
73 74 75 |
# File 'lib/aws-sdk-snowball/errors.rb', line 73 def conflict_resource @data[:conflict_resource] end |
#message ⇒ String
78 79 80 |
# File 'lib/aws-sdk-snowball/errors.rb', line 78 def @message || @data[:message] end |