Class: Aws::SSM::Errors::OpsItemAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSM::Errors::OpsItemAlreadyExistsException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemAlreadyExistsException
constructor
A new instance of OpsItemAlreadyExistsException.
- #message ⇒ String
- #ops_item_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemAlreadyExistsException
Returns a new instance of OpsItemAlreadyExistsException.
1457 1458 1459 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1457 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1462 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1462
def message: () -> ::String
|
#ops_item_id ⇒ String
1467 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1467
def ops_item_id: () -> ::String
|