Class: Aws::CloudWatch::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatch::Errors::ConflictException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudwatch/errors.rb
Instance Method Summary collapse
-
#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.
78 79 80 |
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 78 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
83 |
# File 'lib/aws-sdk-cloudwatch/errors.rb', line 83
def message: () -> ::String
|