Class: Aws::CloudWatchEvidently::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudWatchEvidently::Errors::ConflictException
- Defined in:
- lib/aws-sdk-cloudwatchevidently/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.
65 66 67 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 65 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
70 71 72 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 70 def @message || @data[:message] end |
#resource_id ⇒ String
75 76 77 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 75 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
80 81 82 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 80 def resource_type @data[:resource_type] end |