Class: Aws::SSM::Types::ServiceSettingNotFound

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


17141
17142
17143
17144
17145
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17141

class ServiceSettingNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end