Method: Aws::SSM::Types::OpsItemLimitExceededException#message

Defined in:
lib/aws-sdk-ssm/types.rb

#messageString

Returns:

  • (String)


14449
14450
14451
14452
14453
14454
14455
14456
# File 'lib/aws-sdk-ssm/types.rb', line 14449

class OpsItemLimitExceededException < Struct.new(
  :resource_types,
  :limit,
  :limit_type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end