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