Class: Aws::Artifact::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Artifact::Errors::ConflictException
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
-
#message ⇒ String
-
#resource_id ⇒ String
-
#resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
64 65 66 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
69 70 71 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 69 def @message || @data[:message] end |
#resource_id ⇒ String
74 75 76 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 74 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
79 80 81 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 79 def resource_type @data[:resource_type] end |