Class: Aws::SSM::Types::ServiceSettingNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ServiceSettingNotFound
- Defined in:
- gems/aws-sdk-ssm/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
17797 17798 17799 17800 17801 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17797 class ServiceSettingNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |