Class: Aws::SSM::Errors::UnsupportedPlatformType

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedPlatformType

Returns a new instance of UnsupportedPlatformType.

Parameters:



1609
1610
1611
# File 'lib/aws-sdk-ssm/errors.rb', line 1609

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


1614
1615
1616
# File 'lib/aws-sdk-ssm/errors.rb', line 1614

def message
  @message || @data[:message]
end