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
17234 17235 17236 17237 17238 |
# File 'lib/aws-sdk-ssm/types.rb', line 17234 class ServiceSettingNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |