Class: Aws::SSM::Errors::ItemContentMismatchException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ItemContentMismatchException
- Defined in:
- 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.
1320 1321 1322 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1320 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1330 1331 1332 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1330 def @message || @data[:message] end |
#type_name ⇒ String
1325 1326 1327 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1325 def type_name @data[:type_name] end |