Class: Aws::SSM::Errors::ItemContentMismatchException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSM::Errors::ItemContentMismatchException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ItemContentMismatchException
constructor
A new instance of ItemContentMismatchException.
- #message ⇒ String
- #type_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ItemContentMismatchException
Returns a new instance of ItemContentMismatchException.
1357 1358 1359 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1357 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1367 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1367
def message: () -> ::String
|
#type_name ⇒ String
1362 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1362
def type_name: () -> ::String
|