Class: Aws::SSM::Errors::InvalidItemContentException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::InvalidItemContentException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidItemContentException
constructor
A new instance of InvalidItemContentException.
- #message ⇒ String
- #type_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidItemContentException
Returns a new instance of InvalidItemContentException.
1000 1001 1002 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1000 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1010 1011 1012 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1010 def @message || @data[:message] end |
#type_name ⇒ String
1005 1006 1007 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1005 def type_name @data[:type_name] end |