Class: Aws::Deadline::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Deadline::Errors::ConflictException
- Defined in:
- lib/aws-sdk-deadline/errors.rb
Instance Method Summary collapse
- #context ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
- #reason ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
69 70 71 |
# File 'lib/aws-sdk-deadline/errors.rb', line 69 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#context ⇒ String
94 95 96 |
# File 'lib/aws-sdk-deadline/errors.rb', line 94 def context @data[:context] end |
#message ⇒ String
74 75 76 |
# File 'lib/aws-sdk-deadline/errors.rb', line 74 def @message || @data[:message] end |
#reason ⇒ String
79 80 81 |
# File 'lib/aws-sdk-deadline/errors.rb', line 79 def reason @data[:reason] end |
#resource_id ⇒ String
84 85 86 |
# File 'lib/aws-sdk-deadline/errors.rb', line 84 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
89 90 91 |
# File 'lib/aws-sdk-deadline/errors.rb', line 89 def resource_type @data[:resource_type] end |