Class: Aws::SSM::Errors::OpsMetadataAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsMetadataAlreadyExistsException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsMetadataAlreadyExistsException
constructor
A new instance of OpsMetadataAlreadyExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsMetadataAlreadyExistsException
Returns a new instance of OpsMetadataAlreadyExistsException.
1545 1546 1547 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1545 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1550 1551 1552 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1550 def @message || @data[:message] end |