Class: Aws::SSM::Types::ServiceSettingNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ServiceSettingNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified service setting wasn’t found. Either the service name or the setting hasn’t been provisioned by the Amazon Web Services service team.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
17237 17238 17239 17240 17241 |
# File 'lib/aws-sdk-ssm/types.rb', line 17237 class ServiceSettingNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |